Make WordPress Core

Changeset 46990


Ignore:
Timestamp:
12/18/2019 02:57:18 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Networks and Sites: Remove invalidation of unused cache keys in clean_blog_cache().

Props spacedmonkey, flixos90, thamaraiselvam.
Fixes #40363.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-site.php

    r46685 r46990  
    10061006    wp_cache_delete( $domain_path_key, 'blog-lookup' );
    10071007    wp_cache_delete( $domain_path_key, 'blog-id-cache' );
    1008     wp_cache_delete( 'current_blog_' . $blog->domain, 'site-options' );
    1009     wp_cache_delete( 'current_blog_' . $blog->domain . $blog->path, 'site-options' );
    10101008    wp_cache_delete( $blog_id, 'blog_meta' );
    10111009
Note: See TracChangeset for help on using the changeset viewer.