Changeset 51101 for trunk/tests/phpunit/includes/functions.php
- Timestamp:
- 06/08/2021 05:31:14 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r51091 r51101 319 319 remove_action( 'init', 'register_block_core_post_title' ); 320 320 remove_action( 'init', 'register_block_core_query' ); 321 remove_action( 'init', 'register_block_core_query_loop' ); 321 remove_action( 'init', 'register_block_core_post_template' ); 322 remove_action( 'init', 'gutenberg_register_legacy_query_loop_block' ); 322 323 remove_action( 'init', 'register_block_core_query_pagination' ); 323 324 remove_action( 'init', 'register_block_core_query_pagination_next' );
Note: See TracChangeset
for help on using the changeset viewer.