REST API: Use correct @access tag for WP_REST_Request->get_parameter_order().

Props Frozzare.
Fixes #34624.
Built from https://develop.svn.wordpress.org/trunk@35612


git-svn-id: http://core.svn.wordpress.org/trunk@35576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-11-11 19:39:25 +00:00
parent 0251086dec
commit 5403b62a6a
2 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ class WP_REST_Request implements ArrayAccess {
* Used when checking parameters in get_param().
*
* @since 4.4.0
* @access public
* @access protected
*
* @return array List of types to check, in order of priority.
*/

View File

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