From 8ff9728013603ee50fa8bd7e2b1b7a1f2796f25f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 18:48:34 +0000 Subject: [PATCH] Docs: Improve syntax in the DocBlock for `rest_get_server()`, introduced in [36529]. See #35329. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36947 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rest-api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/rest-api.php b/src/wp-includes/rest-api.php index 3a5fc1ad95..2375676c04 100644 --- a/src/wp-includes/rest-api.php +++ b/src/wp-includes/rest-api.php @@ -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 */