Changeset 53212
- Timestamp:
- 04/19/2022 11:35:50 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/index.php
r53157 r53212 22 22 require ABSPATH . WPINC . '/blocks/comments-pagination-previous.php'; 23 23 require ABSPATH . WPINC . '/blocks/comments-pagination.php'; 24 require ABSPATH . WPINC . '/blocks/cover.php'; 24 25 require ABSPATH . WPINC . '/blocks/file.php'; 25 26 require ABSPATH . WPINC . '/blocks/gallery.php'; … … 80 81 'column', 81 82 'columns', 82 'cover',83 83 'embed', 84 84 'freeform', -
trunk/tests/phpunit/includes/functions.php
r53157 r53212 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_cover' ); 320 321 remove_action( 'init', 'register_block_core_file' ); 321 322 remove_action( 'init', 'register_block_core_gallery' ); -
trunk/tools/webpack/blocks.js
r53157 r53212 38 38 'comments-pagination-numbers', 39 39 'comments-pagination-previous', 40 'cover', 40 41 'file', 41 42 'gallery', … … 88 89 'columns', 89 90 'comments-query-loop', 90 'cover',91 91 'embed', 92 92 'freeform',
Note: See TracChangeset
for help on using the changeset viewer.