Docs: Add a missing summary and `@since` version to the DocBlock for `wp_xmlrpc_server::serve_request()`.

Introduced in [11789].

See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-12-16 05:43:26 +00:00
parent 4ced4fce3a
commit 489023e001
2 changed files with 4 additions and 1 deletions

View File

@ -188,6 +188,9 @@ class wp_xmlrpc_server extends IXR_Server {
}
/**
* Serves the XML-RPC request.
*
* @since 2.9.0
* @access public
*/
public function serve_request() {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35955';
$wp_version = '4.5-alpha-35956';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.