mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Build/Test Tools: Make comment cache group persistent in object-cache.php.
After the comment cache group was made persistent in [37613], also make persistent in object-cache.php used for PHPUnit tests. See #54725 git-svn-id: https://develop.svn.wordpress.org/trunk@52976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ac37883b61
commit
e10b6967fa
@ -803,7 +803,7 @@ class WP_Object_Cache {
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $no_mc_groups = array( 'comment', 'counts' );
|
||||
public $no_mc_groups = array( 'counts' );
|
||||
|
||||
/**
|
||||
* Prefix used for global groups.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user