Make WordPress Core


Ignore:
Timestamp:
06/08/2021 05:31:14 PM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Package updates for WordPress 5.8 beta 1 (batch2).

This includes the following fixes:

  • Fix inspector opening when clicking outside the widget areas
  • Assume light theme when a transparent background is used
  • Make Post blocks non editable inside Query block
  • Rename QueryLoop to PostTemplate block

Props ntsekouras.
See #52991.

File:
1 edited

Legend:

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

    r51091 r51101  
    319319    remove_action( 'init', 'register_block_core_post_title' );
    320320    remove_action( 'init', 'register_block_core_query' );
    321     remove_action( 'init', 'register_block_core_query_loop' );
     321    remove_action( 'init', 'register_block_core_post_template' );
     322    remove_action( 'init', 'gutenberg_register_legacy_query_loop_block' );
    322323    remove_action( 'init', 'register_block_core_query_pagination' );
    323324    remove_action( 'init', 'register_block_core_query_pagination_next' );
Note: See TracChangeset for help on using the changeset viewer.