Make WordPress Core


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

Block Editor: Package updates for 5.8 beta 1.

This includes the following fixes:

Widgets Editor:

Widget blocks in the customizer:

Global Styles:

Template Editor:

Miscellaneous:

Performance:

Props noisysocks, nosolosw, jorgefilipecosta.
See #52991.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/functions.php

    r51051 r51089  
    334334    remove_action( 'init', 'register_block_core_tag_cloud' );
    335335    remove_action( 'init', 'register_core_block_types_from_metadata' );
    336     remove_action( 'init', 'init_legacy_widget_block' );
     336    remove_action( 'init', 'register_block_core_legacy_widget' );
    337337}
    338338tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset for help on using the changeset viewer.