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/src/wp-includes/blocks/index.php

    r51091 r51101  
    2222require ABSPATH . WPINC . '/blocks/post-terms.php';
    2323require ABSPATH . WPINC . '/blocks/post-title.php';
     24require ABSPATH . WPINC . '/blocks/post-template.php';
    2425require ABSPATH . WPINC . '/blocks/query.php';
    25 require ABSPATH . WPINC . '/blocks/query-loop.php';
    2626require ABSPATH . WPINC . '/blocks/query-pagination.php';
    2727require ABSPATH . WPINC . '/blocks/query-pagination-next.php';
Note: See TracChangeset for help on using the changeset viewer.