mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
b1ba80de87
commit
f5cc9ba1be
@ -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() {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user