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:
parent
04071eedea
commit
9c52d28c37
|
@ -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 */
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue