Changeset 55086 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 01/18/2023 11:38:16 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r54663 r55086 204 204 'ajaxUrl' => admin_url( 'admin-ajax.php' ), 205 205 ), 206 'supportsLayout' => WP_Theme_JSON_Resolver::theme_has_support(),206 'supportsLayout' => wp_theme_has_theme_json(), 207 207 'supportsTemplateMode' => current_theme_supports( 'block-templates' ), 208 208
Note: See TracChangeset
for help on using the changeset viewer.