[wp-trac] [WordPress Trac] #53410: Provide better guidance for users looking to test FSE themes
WordPress Trac
noreply at wordpress.org
Tue Jun 22 05:29:22 UTC 2021
#53410: Provide better guidance for users looking to test FSE themes
----------------------------------------------+-----------------------
Reporter: desrosj | Owner: desrosj
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.8
Component: Themes | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots has-patch commit | Focuses:
----------------------------------------------+-----------------------
Comment (by peterwilsoncc):
[51193] prevents sites with Gutenberg enabled as an mu-plugin from using
FSE themes, as the `is_plugin_active( 'gutenberg/gutenberg.php' )` returns
false if that is the case.
In [https://github.com/WordPress/wordpress-develop/pull/1410 PR1410] I've
replaced the check with `! function_exists( 'gutenberg_is_fse_theme' )` as
that appears to be a likely function to move to core once FSE is available
in WordPress.
@noisysocks has signed off on the PR, the tests are passing so I am going
to commit it.
cc @desrosj
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53410#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list