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

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