Changeset 55086 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 01/18/2023 11:38:16 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r54817 r55086 75 75 'defaultTemplateTypes' => $indexed_template_types, 76 76 'defaultTemplatePartAreas' => get_allowed_block_template_part_areas(), 77 'supportsLayout' => WP_Theme_JSON_Resolver::theme_has_support(),77 'supportsLayout' => wp_theme_has_theme_json(), 78 78 'supportsTemplatePartsMode' => ! wp_is_block_theme() && current_theme_supports( 'block-template-parts' ), 79 79 '__unstableHomeTemplate' => $home_template,
Note: See TracChangeset
for help on using the changeset viewer.