diff --git a/wp-includes/rest-api/class-wp-rest-request.php b/wp-includes/rest-api/class-wp-rest-request.php index 25a5e69f08..435fbb7b87 100644 --- a/wp-includes/rest-api/class-wp-rest-request.php +++ b/wp-includes/rest-api/class-wp-rest-request.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 744e8b8af6..950ecc705f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.