From aae8ddf48f7b5accb0d270a20304cb29a9855790 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sun, 26 Oct 2014 23:55:16 +0000 Subject: [PATCH] Add a missing asterisk in the DocBlock for `write_post()`. Also removes several `@uses` tags, which are no longer leveraged as part of the inline documentation standard. Props tareq1988. Fixes #30118. git-svn-id: https://develop.svn.wordpress.org/trunk@30034 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/post.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index d230667c68..4cfad6ed87 100644 --- a/src/wp-admin/includes/post.php +++ b/src/wp-admin/includes/post.php @@ -704,10 +704,7 @@ function wp_write_post() { * Calls wp_write_post() and handles the errors. * * @since 2.0.0 - - * @uses wp_write_post() - * @uses is_wp_error() - * @uses wp_die() + * * @return unknown */ function write_post() {