Changeset 54792 for branches/6.1/src/wp-admin/site-editor.php
- Timestamp:
- 11/10/2022 04:21:48 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
- Property svn:mergeinfo changed
/trunk merged: 54786-54788
- Property svn:mergeinfo changed
-
branches/6.1/src/wp-admin/site-editor.php
r54176 r54792 21 21 22 22 if ( ! ( current_theme_supports( 'block-template-parts' ) || wp_is_block_theme() ) ) { 23 wp_die( __( 'The theme you are currently using is not compatible with Full Site Editing.' ) );23 wp_die( __( 'The theme you are currently using is not compatible with the Site Editor.' ) ); 24 24 } 25 25
Note: See TracChangeset
for help on using the changeset viewer.