diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/customize.php --- a/wp/wp-admin/customize.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/customize.php Tue Sep 27 16:37:53 2022 +0200 @@ -188,16 +188,8 @@ theme()->get( 'RequiresWP' ) ); $compatible_php = is_php_version_compatible( $wp_customize->theme()->get( 'RequiresPHP' ) ); - $fse_safe = true; - - // Check if the theme requires the Gutenberg plugin to work correctly. - $theme_tags = $wp_customize->theme()->get( 'Tags' ); - - if ( ! empty( $theme_tags ) && in_array( 'full-site-editing', $theme_tags, true ) && ! function_exists( 'gutenberg_is_fse_theme' ) ) { - $fse_safe = false; - } ?> - + is_theme_active() ? __( 'Publish' ) : __( 'Activate & Publish' ); ?>
@@ -230,7 +222,7 @@
-
+
- +

+ +

+

+ Documentation on Customizer' ); + ?> +