Changeset 47250 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 02/10/2020 10:31:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r47176 r47250 302 302 remove_action( 'init', 'register_block_core_latest_comments' ); 303 303 remove_action( 'init', 'register_block_core_latest_posts' ); 304 remove_action( 'init', 'register_block_core_navigation' );305 304 remove_action( 'init', 'register_block_core_rss' ); 306 305 remove_action( 'init', 'register_block_core_search' ); 307 306 remove_action( 'init', 'register_block_core_shortcode' ); 308 307 remove_action( 'init', 'register_block_core_social_link' ); 308 remove_action( 'init', 'register_block_core_social_link' ); 309 309 remove_action( 'init', 'register_block_core_tag_cloud' ); 310 310 }
Note: See TracChangeset
for help on using the changeset viewer.