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:
parent
bc1168e953
commit
aae8ddf48f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user