Make WordPress Core


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

Block Editor: Update packages and backport the latest Gutenberg fixes.

This includes the following fixes:

Props nosolosw, noisysocks.
See #52991.

File:
1 edited

Legend:

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

    r50996 r51051  
    311311    remove_action( 'init', 'register_block_core_latest_comments' );
    312312    remove_action( 'init', 'register_block_core_latest_posts' );
    313     remove_action( 'init', 'register_block_core_legacy_widget', 20 );
    314313    remove_action( 'init', 'register_block_core_post_author' );
    315314    remove_action( 'init', 'register_block_core_post_content' );
     
    335334    remove_action( 'init', 'register_block_core_tag_cloud' );
    336335    remove_action( 'init', 'register_core_block_types_from_metadata' );
     336    remove_action( 'init', 'init_legacy_widget_block' );
    337337}
    338338tests_add_filter( 'init', '_unhook_block_registration', 1000 );
Note: See TracChangeset for help on using the changeset viewer.