Changeset 48279 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 07/02/2020 05:20:28 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r47882 r48279 315 315 remove_action( 'init', 'register_block_core_social_link' ); 316 316 remove_action( 'init', 'register_block_core_tag_cloud' ); 317 remove_action( 'init', 'register_core_block_types_from_metadata' ); 317 318 } 318 319 tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset
for help on using the changeset viewer.