Changeset 52730
- Timestamp:
- 02/15/2022 09:56:02 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/index.php
r52364 r52730 49 49 require ABSPATH . WPINC . '/blocks/template-part.php'; 50 50 require ABSPATH . WPINC . '/blocks/term-description.php'; 51 require ABSPATH . WPINC . '/blocks/widget-group.php'; 51 52 52 53 /** -
trunk/tests/phpunit/includes/functions.php
r52402 r52730 347 347 remove_action( 'init', 'register_block_core_term_description' ); 348 348 remove_action( 'init', 'register_core_block_types_from_metadata' ); 349 remove_action( 'init', 'register_block_core_widget_group' ); 349 350 } 350 351 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.