Changeset 51091
- Timestamp:
- 06/08/2021 08:26:23 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 11 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/index.php
r50996 r51091 33 33 require ABSPATH . WPINC . '/blocks/shortcode.php'; 34 34 require ABSPATH . WPINC . '/blocks/site-tagline.php'; 35 require ABSPATH . WPINC . '/blocks/site-logo.php'; 35 36 require ABSPATH . WPINC . '/blocks/site-title.php'; 36 37 require ABSPATH . WPINC . '/blocks/social-link.php'; -
trunk/tests/phpunit/includes/functions.php
r51089 r51091 329 329 remove_action( 'init', 'register_block_core_shortcode' ); 330 330 remove_action( 'init', 'register_block_core_site_tagline' ); 331 remove_action( 'init', 'register_block_core_site_logo' ); 331 332 remove_action( 'init', 'register_block_core_site_title' ); 332 333 remove_action( 'init', 'register_block_core_social_link' ); -
trunk/tests/phpunit/tests/rest-api/rest-settings-controller.php
r50450 r51091 100 100 'date_format', 101 101 'time_format', 102 'site_logo', 102 103 'start_of_week', 103 104 'language', -
trunk/tests/qunit/fixtures/wp-api-generated.js
r51026 r51091 6658 6658 ], 6659 6659 "required": false 6660 }, 6661 "site_logo": { 6662 "description": "Site logo.", 6663 "type": "integer", 6664 "required": false 6660 6665 } 6661 6666 } … … 8941 8946 "posts_per_page": 10, 8942 8947 "default_ping_status": "open", 8943 "default_comment_status": "open" 8948 "default_comment_status": "open", 8949 "site_logo": null 8944 8950 }; -
trunk/tools/webpack/packages.js
r51035 r51091 131 131 'search', 132 132 'shortcode', 133 'site-logo', 133 134 'site-tagline', 134 135 'site-title',
Note: See TracChangeset
for help on using the changeset viewer.