Make WordPress Core


Ignore:
Timestamp:
03/05/2018 10:13:36 PM (8 years ago)
Author:
johnbillion
Message:

Themes: Ensure the theme roots cache is cleared when registering a theme directory.

Props soulseekah, johnbillion

Fixes #43228

File:
1 edited

Legend:

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

    r42707 r42788  
    413413                $wp_theme_directories[] = $untrailed;
    414414        }
     415
     416        wp_clean_themes_cache();
    415417
    416418        return true;
Note: See TracChangeset for help on using the changeset viewer.