From ff692384e0e19f8cdd9a38c540ebd58b0baef0b9 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 20 Apr 2015 11:24:15 +0000 Subject: [PATCH] `wpdb::$checking_collation` was incorrectly marked as `protected` instead of `private` in [32182]. Built from https://develop.svn.wordpress.org/branches/3.9@32185 git-svn-id: http://core.svn.wordpress.org/branches/3.9@32158 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/wp-db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 9d5f847ae1..0757f5cf60 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -171,11 +171,11 @@ class wpdb { * Flag to ensure we don't run into recursion problems when checking the collation. * * @since 4.2.0 - * @access protected + * @access private * @see wpdb::check_safe_collation() * @var boolean */ - protected $checking_collation = false; + private $checking_collation = false; /** * Saved info on the table column