Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/templates/blog-alternative.html

    r54235 r54467  
    33<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
    44<main class="wp-block-group">
    5     <!-- wp:post-author-biography {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} /-->
    6 
    7     <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
     5    <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"align":"wide","layout":{"type":"default"}} -->
    86    <div class="wp-block-query alignwide">
    97        <!-- wp:post-template -->
    10             <!-- wp:group {"style":{"border":{"top":{"width":"1px"},"right":{"width":"0px","style":"none"},"left":{"width":"0px","style":"none"}},"spacing":{"padding":{"top":"var:preset|spacing|50","right":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    11             <div class="wp-block-group" style="border-top-width:1px;border-right-style:none;border-right-width:0px;border-left-style:none;border-left-width:0px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
    12                 <!-- wp:post-date /-->
    13                 <!-- wp:post-title /-->
     8            <!-- wp:columns {"verticalAlignment":null,"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} -->
     9            <div class="wp-block-columns" style="border-bottom-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
     10                <!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
     11                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%">
     12                    <!-- wp:post-date {"textAlign":"left"} /-->
     13                </div>
     14                <!-- /wp:column -->
     15
     16                <!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
     17                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%">
     18                    <!-- wp:post-title /-->
     19                </div>
     20                <!-- /wp:column -->
    1421            </div>
    15             <!-- /wp:group -->
     22            <!-- /wp:columns -->
    1623        <!-- /wp:post-template -->
    1724    </div>
Note: See TracChangeset for help on using the changeset viewer.