mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Themes: Remove mention of “FSE” in Core.
Props aristath, jorbin. Fixes #53497. git-svn-id: https://develop.svn.wordpress.org/trunk@51251 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -913,7 +913,7 @@ function validate_theme_requirements( $stylesheet ) {
|
||||
|
||||
if ( ! empty( $theme_tags ) && in_array( 'full-site-editing', $theme_tags, true ) && ! function_exists( 'gutenberg_is_fse_theme' ) ) {
|
||||
return new WP_Error(
|
||||
'theme_requires_fse',
|
||||
'theme_requires_gutenberg_plugin',
|
||||
sprintf(
|
||||
/* translators: %s: Theme name. */
|
||||
_x( '<strong>Error:</strong> This theme (%s) uses Full Site Editing, which requires the Gutenberg plugin to be activated.', 'theme' ),
|
||||
|
||||
Reference in New Issue
Block a user