From fbddde19ebd185fff1dac41a460b6c19297f4fc6 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 11 Nov 2015 19:38:24 +0000 Subject: [PATCH] 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 --- src/wp-includes/rest-api/class-wp-rest-request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/class-wp-rest-request.php b/src/wp-includes/rest-api/class-wp-rest-request.php index 2f6aa8aab3..dee352c340 100644 --- a/src/wp-includes/rest-api/class-wp-rest-request.php +++ b/src/wp-includes/rest-api/class-wp-rest-request.php @@ -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. */