Make WordPress Core


Ignore:
Timestamp:
06/25/2021 03:50:14 PM (2 years ago)
Author:
youknowriad
Message:

Block Editor: Update the packages with a number of fixes targeted for Beta 4.

It includes fixes from these two backport PRs:

Props gziolo, ryelle, ntsekouras, desrosj, jorgefilipecosta.
See #53397

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-patterns/query-grid-posts.php

    r51101 r51241  
    1313                    <div class="wp-block-query">
    1414                    <!-- wp:post-template -->
    15                     <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
    16                     <main class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-title {"isLink":true} /-->
     15                    <!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
     16                    <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-title {"isLink":true} /-->
    1717                    <!-- wp:post-excerpt {"wordCount":20} /-->
    1818                    <!-- wp:post-date /--></div>
Note: See TracChangeset for help on using the changeset viewer.