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:
parent
0251086dec
commit
5403b62a6a
|
@ -341,7 +341,7 @@ class WP_REST_Request implements ArrayAccess {
|
||||||
* Used when checking parameters in get_param().
|
* Used when checking parameters in get_param().
|
||||||
*
|
*
|
||||||
* @since 4.4.0
|
* @since 4.4.0
|
||||||
* @access public
|
* @access protected
|
||||||
*
|
*
|
||||||
* @return array List of types to check, in order of priority.
|
* @return array List of types to check, in order of priority.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue