Changeset 51251
- Timestamp:
- 06/28/2021 07:10:44 PM (2 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r51197 r51251 187 187 $fse_safe = true; 188 188 189 // Check if the theme requires the FSEto work correctly.189 // Check if the theme requires the Gutenberg plugin to work correctly. 190 190 $theme_tags = $wp_customize->theme()->get( 'Tags' ); 191 191 -
trunk/src/wp-includes/theme.php
r51215 r51251 914 914 if ( ! empty( $theme_tags ) && in_array( 'full-site-editing', $theme_tags, true ) && ! function_exists( 'gutenberg_is_fse_theme' ) ) { 915 915 return new WP_Error( 916 'theme_requires_ fse',916 'theme_requires_gutenberg_plugin', 917 917 sprintf( 918 918 /* translators: %s: Theme name. */
Note: See TracChangeset
for help on using the changeset viewer.