From f5cc9ba1bea89b29e930758ebce68002e55e629d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 26 Oct 2014 23:56:18 +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. Built from https://develop.svn.wordpress.org/trunk@30034 git-svn-id: http://core.svn.wordpress.org/trunk@30034 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post.php | 5 +---- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index d230667c68..4cfad6ed87 100644 --- a/wp-admin/includes/post.php +++ b/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() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4803160e2d..57ba4f1bd4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30033'; +$wp_version = '4.1-alpha-30034'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.