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
This commit is contained in:
parent
40fab485aa
commit
2e9ce6fc87
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue