Changeset 57608 for trunk/src/wp-includes/theme.php
- Timestamp:
- 02/13/2024 08:52:23 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r57584 r57608 838 838 839 839 // Clear pattern caches. 840 $new_theme->delete_pattern_cache(); 841 $old_theme->delete_pattern_cache(); 840 if ( ! is_multisite() ) { 841 $new_theme->delete_pattern_cache(); 842 $old_theme->delete_pattern_cache(); 843 } 842 844 843 845 // Set autoload=no for the old theme, autoload=yes for the switched theme.
Note: See TracChangeset
for help on using the changeset viewer.