From 2e9ce6fc87b6c30ee8b210fa7fcd8624383f17d2 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 19 May 2014 06:25:14 +0000 Subject: [PATCH] Fix fatal error in unit test. See #27881. Built from https://develop.svn.wordpress.org/trunk@28520 git-svn-id: http://core.svn.wordpress.org/trunk@28346 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 84912b196b..734c968140 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -268,7 +268,7 @@ class WP_Object_Cache { * @access private * @since 2.0.0 */ - private $cache = array (); + public $cache = array(); /** * The amount of times the cache data was already stored in the cache.