mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
REST API: Use correct @access
tag for WP_REST_Request->get_parameter_order()
.
Props Frozzare. Fixes #34624. git-svn-id: https://develop.svn.wordpress.org/trunk@35612 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad8c043554
commit
fbddde19eb
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user