Changeset 52594 for branches/5.9/src/wp-includes/default-filters.php
- Timestamp:
- 01/17/2022 10:48:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/src/wp-includes/default-filters.php
r52437 r52594 333 333 add_action( 'wp_print_footer_scripts', '_wp_footer_scripts' ); 334 334 add_action( 'init', '_register_core_block_patterns_and_categories' ); 335 add_action( 'current_screen', '_load_remote_block_patterns' );336 add_action( 'current_screen', '_load_remote_featured_patterns' );337 335 add_action( 'init', 'check_theme_switched', 99 ); 338 336 add_action( 'init', array( 'WP_Block_Supports', 'init' ), 22 );
Note: See TracChangeset
for help on using the changeset viewer.