Make WordPress Core


Ignore:
Timestamp:
06/25/2021 03:50:14 PM (4 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-offset-posts.php

    r51101 r51241  
    1010    'blockTypes' => array( 'core/query' ),
    1111    'categories' => array( 'query' ),
    12     'content'    => '<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
    13                     <main class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:columns -->
     12    'content'    => '<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
     13                    <div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:columns -->
    1414                    <div class="wp-block-columns"><!-- wp:column {"width":"50%"} -->
    1515                    <div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} -->
     
    3636                    <!-- /wp:query --></div>
    3737                    <!-- /wp:column --></div>
    38                     <!-- /wp:columns --></main>
     38                    <!-- /wp:columns --></div>
    3939                    <!-- /wp:group -->',
    4040);
Note: See TracChangeset for help on using the changeset viewer.