Tests: Remove unused cache keys from data_get_site_caches()
.
Follow-up to [46990]. See #40363. git-svn-id: https://develop.svn.wordpress.org/trunk@46991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0ff4f016fe
commit
7cdb642610
@ -1287,8 +1287,6 @@ if ( is_multisite() ) :
|
||||
array( '%blog_id%' . 'short', 'blog-details' ),
|
||||
array( '%domain_path_key%', 'blog-lookup' ),
|
||||
array( '%domain_path_key%', 'blog-id-cache' ),
|
||||
array( 'current_blog_%domain%', 'site-options' ),
|
||||
array( 'current_blog_%domain%%path%', 'site-options' ),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user