Make WordPress Core


Ignore:
Timestamp:
06/15/2021 08:50:26 AM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2.

This includes:

Various

Template Editor

Widgets Editor

Global Styles (theme.json)

Performance

Props nosolosw, jorgefilipecosta, aristath, ntsekouras, peterwilsoncc, mcsf.
See #53397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/widgets-form-blocks.php

    r51061 r51149  
    2525block_editor_rest_api_preload( $preload_paths, $block_editor_context );
    2626
    27 $editor_settings = get_block_editor_settings( array(), $block_editor_context );
     27$editor_settings = get_block_editor_settings(
     28    get_legacy_widget_block_editor_settings(),
     29    $block_editor_context
     30);
    2831
    2932wp_add_inline_script(
Note: See TracChangeset for help on using the changeset viewer.