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:
Sergey Biryukov 2019-12-18 03:20:59 +00:00
parent 0ff4f016fe
commit 7cdb642610
1 changed files with 0 additions and 2 deletions

View File

@ -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' ),
);
}