mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
This change removes caching of global styles for logged in users, allowing "wp_global_styles" custom post type to be imported completely, regardless of any previously cached data. This change now relies on the lower-level native `WP_Query` cache invalidation methods for the global styles post type. Follow-up to [52275], [54186]. Props anariel-design, bernhard-reiter, andrewserong, spacedmonkey, andraganescu, peterwilsoncc, oandregal, hellofromTonya. Fixes #56901. git-svn-id: https://develop.svn.wordpress.org/trunk@54706 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| base.php | ||
| customHeader.php | ||
| getThemeStarterContent.php | ||
| support.php | ||
| themeDir.php | ||
| wpAddGlobalStylesForBlocks.php | ||
| wpGetGlobalStylesheet.php | ||
| wpTheme.php | ||
| wpThemeGetAllowedFilters.php | ||
| wpThemeJson.php | ||
| wpThemeJsonResolver.php | ||
| wpThemeJsonSchema.php | ||