Changeset 51105
- Timestamp:
- 06/08/2021 06:11:31 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/index.php
r51101 r51105 16 16 require ABSPATH . WPINC . '/blocks/legacy-widget.php'; 17 17 require ABSPATH . WPINC . '/blocks/loginout.php'; 18 require ABSPATH . WPINC . '/blocks/page-list.php'; 18 19 require ABSPATH . WPINC . '/blocks/post-content.php'; 19 20 require ABSPATH . WPINC . '/blocks/post-date.php'; -
trunk/tests/phpunit/includes/functions.php
r51101 r51105 311 311 remove_action( 'init', 'register_block_core_latest_comments' ); 312 312 remove_action( 'init', 'register_block_core_latest_posts' ); 313 remove_action( 'init', 'register_block_core_page_list' ); 313 314 remove_action( 'init', 'register_block_core_post_author' ); 314 315 remove_action( 'init', 'register_block_core_post_content' ); -
trunk/tools/webpack/packages.js
r51101 r51105 115 115 'legacy-widget', 116 116 'loginout', 117 'page-list', 117 118 'post-content', 118 119 'post-date',
Note: See TracChangeset
for help on using the changeset viewer.