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
This commit is contained in:
Drew Jaynes 2014-10-26 23:56:18 +00:00
parent b1ba80de87
commit f5cc9ba1be
2 changed files with 2 additions and 5 deletions

View File

@ -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() {

View File

@ -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.