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:
Dominik Schilling (ocean90) 2015-11-11 19:38:24 +00:00
parent ad8c043554
commit fbddde19eb

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.
*/