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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-10-26 23:55:16 +00:00
parent bc1168e953
commit aae8ddf48f
1 changed files with 1 additions and 4 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() {