Changeset 51315 for branches/5.8/src/wp-includes/default-filters.php
- Timestamp:
- 07/02/2021 07:01:22 PM (2 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/default-filters.php
r51214 r51315 336 336 add_action( 'init', 'check_theme_switched', 99 ); 337 337 add_action( 'init', array( 'WP_Block_Supports', 'init' ), 22 ); 338 add_action( 'switch_theme', array( 'WP_Theme_JSON_Resolver', 'clean_cached_data' ) ); 338 339 add_action( 'after_switch_theme', '_wp_menus_changed' ); 339 340 add_action( 'after_switch_theme', '_wp_sidebars_changed' );
Note: See TracChangeset
for help on using the changeset viewer.