Changeset 52330 for trunk/src/wp-admin/site-editor.php
- Timestamp:
- 12/07/2021 12:00:45 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/site-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-editor.php
r52281 r52330 20 20 } 21 21 22 if ( ! wp_is_block_t emplate_theme() ) {22 if ( ! wp_is_block_theme() ) { 23 23 wp_die( __( 'The theme you are currently using is not compatible with Full Site Editing.' ) ); 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.