mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
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:
parent
d349e9c290
commit
bf481ed496
@ -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
|
* @since 4.3.0
|
||||||
|
* @access private
|
||||||
*
|
*
|
||||||
* @param array $post_data
|
* @param array $post_data
|
||||||
* @param bool $update
|
* @param bool $update
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user