mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user