Changeset 51051 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 06/01/2021 08:07:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r50996 r51051 311 311 remove_action( 'init', 'register_block_core_latest_comments' ); 312 312 remove_action( 'init', 'register_block_core_latest_posts' ); 313 remove_action( 'init', 'register_block_core_legacy_widget', 20 );314 313 remove_action( 'init', 'register_block_core_post_author' ); 315 314 remove_action( 'init', 'register_block_core_post_content' ); … … 335 334 remove_action( 'init', 'register_block_core_tag_cloud' ); 336 335 remove_action( 'init', 'register_core_block_types_from_metadata' ); 336 remove_action( 'init', 'init_legacy_widget_block' ); 337 337 } 338 338 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.