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