Make WordPress Core


Ignore:
Timestamp:
07/07/2021 03:48:13 PM (4 years ago)
Author:
desrosj
Message:

Themes: Remove mention of “FSE” in Core.

“FSE” themes are block themes.

Fixes #53497.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/block-editor.php

    r51369 r51370  
    348348     */
    349349    function test_get_block_editor_settings_theme_json_settings() {
    350         switch_theme( 'fse' );
     350        switch_theme( 'block-theme' );
    351351
    352352        $post_editor_context = new WP_Block_Editor_Context( array( 'post' => get_post() ) );
Note: See TracChangeset for help on using the changeset viewer.