Changeset 51021 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 05/26/2021 01:10:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r51019 r51021 316 316 add_action( 'wp_print_footer_scripts', '_wp_footer_scripts' ); 317 317 add_action( 'init', '_register_core_block_patterns_and_categories' ); 318 add_action( 'current_screen', '_load_remote_block_patterns' ); 318 319 add_action( 'init', 'check_theme_switched', 99 ); 319 320 add_action( 'init', array( 'WP_Block_Supports', 'init' ), 22 );
Note: See TracChangeset
for help on using the changeset viewer.