Docs: Improve the DocBlock for WP_REST_Request::from_url(), introduced in [36673].

See #35803. See #35986.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-16 16:50:27 +00:00
parent c4eab31668
commit 408da605e4
2 changed files with 4 additions and 2 deletions

View File

@ -936,9 +936,11 @@ class WP_REST_Request implements ArrayAccess {
}
/**
* Gets a WP_REST_Request object from a full URL.
* Retrieves a WP_REST_Request object from a full URL.
*
* @static
* @since 4.5.0
* @access public
*
* @param string $url URL with protocol, domain, path and query args.
* @return WP_REST_Request|false WP_REST_Request object on success, false on failure.

View File

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