Changeset 51197 for trunk/src/wp-includes/theme.php
- Timestamp:
- 06/22/2021 05:55:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r51193 r51197 912 912 $theme_tags = $theme->get( 'Tags' ); 913 913 914 if ( ! empty( $theme_tags ) && in_array( 'full-site-editing', $theme_tags, true ) && ! is_plugin_active( 'gutenberg/gutenberg.php' ) ) {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 916 'theme_requires_fse',
Note: See TracChangeset
for help on using the changeset viewer.