Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (3 months ago)
Author:
desrosj
Message:

Twenty Twenty-Five: Merge the latest improvements for Beta 2.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 2.

A full list of changes can be found on GitHub: https://github.com/WordPress/twentytwentyfive/commits/trunk/?since=2024-10-01&until=2024-10-07.

Props poena, mukesh27, jonnywatersbb, cliffralessio, afercia, samtoohey93, codersantosh, carstenbach, gohelkunjan, ryelle, aaronrobertshaw, wildworks, yukinobu, audrasjb, mdviralsampat, hanneslsm, ddewan, greenshady, joedolson, areziaal, alaminfirdows, kartikmehta, cwhitmore.
Fixes #62180.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-news-blog.php

    r59146 r59191  
    3737                        <!-- wp:post-date /-->
    3838                        <!-- wp:paragraph -->
    39                         <p>·</p>
     39                        <p><?php echo esc_html_x( '·', 'Separator between date and categories.', 'twentytwentyfive' ); ?></p>
    4040                        <!-- /wp:paragraph -->
    41                         <!-- wp:post-terms {"term":"category","separator":",  ","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /-->
     41                        <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /-->
    4242                    </div>
    4343                    <!-- /wp:group -->
    4444                    <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
    4545                    <div class="wp-block-group">
    46                         <!-- wp:avatar {"size":30,"style":{"border":{"radius":"100px"}}} /-->
    47                         <!-- wp:post-author-name {"fontSize":"small"} /-->
     46                        <!-- wp:avatar {"size":30,"isLink":true,"style":{"border":{"radius":"100px"}}} /-->
     47                        <!-- wp:post-author-name {"isLink":true,"fontSize":"small"} /-->
    4848                    </div>
    4949                    <!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.