After [33325], add a doc summary.

Fixes #20662.

Built from https://develop.svn.wordpress.org/trunk@33343


git-svn-id: http://core.svn.wordpress.org/trunk@33315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-07-21 15:18:25 +00:00
parent d349e9c290
commit bf481ed496
2 changed files with 5 additions and 1 deletions

View File

@ -1193,7 +1193,11 @@ class wp_xmlrpc_server extends IXR_Server {
}
/**
* Encapsulate the logic for sticking a post
* and determining if the user has permission to do so
*
* @since 4.3.0
* @access private
*
* @param array $post_data
* @param bool $update

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta3-33342';
$wp_version = '4.3-beta3-33343';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.