Changeset 48531
- Timestamp:
- 07/21/2020 01:13:54 PM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-patterns.php
r48494 r48531 45 45 register_block_pattern_category( 'text', array( 'label' => _x( 'Text', 'Block pattern category' ) ) ); 46 46 } 47 48 add_action( 'init', '_register_core_block_patterns_and_categories' ); -
trunk/src/wp-includes/default-filters.php
r48288 r48531 303 303 add_action( 'wp_print_footer_scripts', '_wp_footer_scripts' ); 304 304 add_action( 'init', 'check_theme_switched', 99 ); 305 add_action( 'init', '_register_core_block_patterns_and_categories' ); 305 306 add_action( 'after_switch_theme', '_wp_menus_changed' ); 306 307 add_action( 'after_switch_theme', '_wp_sidebars_changed' );
Note: See TracChangeset
for help on using the changeset viewer.