Make WordPress Core


Ignore:
Timestamp:
04/06/2022 04:33:50 AM (2 years ago)
Author:
peterwilsoncc
Message:

Networks and Sites: Remove duplicate cache entry.

Remove the networks_have_paths, site-options cache entry as it duplicates caching within the WP_Network_Query class.

Props uday17035, spacedmonkey, johnbillion, johnjamesjacoby.
Fixes #42070.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r53011 r53083  
    11741174    }
    11751175
    1176     wp_cache_delete( 'networks_have_paths', 'site-options' );
    1177 
    11781176    if ( ! is_multisite() ) {
    11791177        $site_admins = array( $site_user->user_login );
Note: See TracChangeset for help on using the changeset viewer.