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().
|
||||
*
|
||||
* @since 4.4.0
|
||||
* @access public
|
||||
* @access protected
|
||||
*
|
||||
* @return array List of types to check, in order of priority.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user