Changeset 53278 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 04/26/2022 01:39:57 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r53212 r53278 318 318 remove_action( 'init', 'register_block_core_comments_pagination_numbers' ); 319 319 remove_action( 'init', 'register_block_core_comments_pagination_previous' ); 320 remove_action( 'init', 'register_block_core_comments_title' ); 320 321 remove_action( 'init', 'register_block_core_cover' ); 321 322 remove_action( 'init', 'register_block_core_file' ); … … 335 336 remove_action( 'init', 'register_block_core_post_author_biography' ); 336 337 remove_action( 'init', 'register_block_core_post_comments' ); 338 remove_action( 'init', 'register_block_core_post_comments_form' ); 337 339 remove_action( 'init', 'register_block_core_post_content' ); 338 340 remove_action( 'init', 'register_block_core_post_date' );
Note: See TracChangeset
for help on using the changeset viewer.