Docs: Improve syntax in the DocBlock for `rest_get_server()`, introduced in [36529].

See #35329. See #35986.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-10 18:49:26 +00:00
parent 04071eedea
commit 9c52d28c37
2 changed files with 3 additions and 3 deletions

View File

@ -253,7 +253,7 @@ function rest_do_request( $request ) {
}
/**
* Get the current REST server instance.
* Retrieves the current REST server instance.
*
* Instantiates a new instance if none exists already.
*
@ -261,7 +261,7 @@ function rest_do_request( $request ) {
*
* @global WP_REST_Server $wp_rest_server REST server instance.
*
* @return WP_REST_Server REST server instance.
* @return WP_REST_Server REST server instance.
*/
function rest_get_server() {
/* @var WP_REST_Server $wp_rest_server */

View File

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