Changeset 49226 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 10/20/2020 01:33:02 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r49211 r49226 306 306 add_action( 'init', '_register_core_block_patterns_and_categories' ); 307 307 add_action( 'init', 'check_theme_switched', 99 ); 308 add_action( 'init', array( 'WP_Block_Supports', 'init' ), 22 ); 308 309 add_action( 'after_switch_theme', '_wp_menus_changed' ); 309 310 add_action( 'after_switch_theme', '_wp_sidebars_changed' );
Note: See TracChangeset
for help on using the changeset viewer.