Make WordPress Core


Ignore:
Timestamp:
09/26/2022 06:32:46 PM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for beta 2.

This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 2, which includes an additional style variation, “Aubergine”.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/1b97bb83f19824c10509011c3ef9f82287d4017b...ac96e8d545a69fc6515312d548b036f267ec7104.

Props mikachan, poena, madhudollu, critterverse, beafialho, felipeelia.
See #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/patterns/post-meta.php

    r54235 r54312  
    88 */
    99?>
     10<!-- wp:spacer {"height":"0"} -->
     11<div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
     12<!-- /wp:spacer -->
     13
    1014<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
    1115<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
     
    2630                <!-- /wp:paragraph -->
    2731
    28                 <!-- wp:post-date {"format":"<?php echo esc_html_x( 'F j, Y', 'Date format for publication date of post', 'twentytwentythree' ); ?>"} /-->
     32                <!-- wp:post-date /-->
    2933
    3034                <!-- wp:paragraph -->
Note: See TracChangeset for help on using the changeset viewer.