Make WordPress Core


Ignore:
Timestamp:
02/07/2019 06:03:32 AM (6 years ago)
Author:
pento
Message:

Multisite: After creating a new blog, ensure the blog cache is correctly cleaned up.

Props david.binda, spacedmonkey.
Fixes #46125.

File:
1 edited

Legend:

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

    r44472 r44727  
    724724    );
    725725
     726    // Clean blog cache after populating options.
     727    clean_blog_cache( $site );
     728
    726729    // Populate the site's roles.
    727730    populate_roles();
Note: See TracChangeset for help on using the changeset viewer.