Ticket #40363: 40363.patch
File 40363.patch, 628 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/ms-blogs.php
463 463 wp_cache_delete( $blog_id . 'short' , 'blog-details' ); 464 464 wp_cache_delete( $domain_path_key, 'blog-lookup' ); 465 465 wp_cache_delete( $domain_path_key, 'blog-id-cache' ); 466 wp_cache_delete( 'current_blog_' . $blog->domain, 'site-options' );467 wp_cache_delete( 'current_blog_' . $blog->domain . $blog->path, 'site-options' );468 466 469 467 /** 470 468 * Fires immediately after a site has been removed from the object cache.