From 5403b62a6a94cb6905a6b4556bde1418cbd847b5 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Wed, 11 Nov 2015 19:39:25 +0000 Subject: [PATCH] REST API: Use correct `@access` tag for `WP_REST_Request->get_parameter_order()`. Props Frozzare. Fixes #34624. Built from https://develop.svn.wordpress.org/trunk@35612 git-svn-id: http://core.svn.wordpress.org/trunk@35576 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rest-api/class-wp-rest-request.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/class-wp-rest-request.php b/wp-includes/rest-api/class-wp-rest-request.php index 2f6aa8aab3..dee352c340 100644 --- a/wp-includes/rest-api/class-wp-rest-request.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 1d741467f1..70ce6ac5f7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35611'; +$wp_version = '4.4-beta3-35612'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.