Fix fatal error in unit test.
See #27881. git-svn-id: https://develop.svn.wordpress.org/trunk@28520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d398ea806c
commit
e76545e011
@ -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
Block a user