Themes: Remove mention of “FSE” in Core.

“FSE” themes are block themes.

Fixes #53497.
Built from https://develop.svn.wordpress.org/trunk@51370


git-svn-id: http://core.svn.wordpress.org/trunk@50981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-07-07 15:49:57 +00:00
parent 0a4c5d0f01
commit 13695f4abd

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51369';
$wp_version = '5.9-alpha-51370';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.