Networks and Sites: Remove invalidation of unused cache keys in clean_blog_cache()
.
Props spacedmonkey, flixos90, thamaraiselvam. Fixes #40363. git-svn-id: https://develop.svn.wordpress.org/trunk@46990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d592888f36
commit
0ff4f016fe
@ -1005,8 +1005,6 @@ function clean_blog_cache( $blog ) {
|
||||
wp_cache_delete( $blog_id . 'short', 'blog-details' );
|
||||
wp_cache_delete( $domain_path_key, 'blog-lookup' );
|
||||
wp_cache_delete( $domain_path_key, 'blog-id-cache' );
|
||||
wp_cache_delete( 'current_blog_' . $blog->domain, 'site-options' );
|
||||
wp_cache_delete( 'current_blog_' . $blog->domain . $blog->path, 'site-options' );
|
||||
wp_cache_delete( $blog_id, 'blog_meta' );
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user