Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (14 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-home-with-sidebar-news-blog.php

    r59146 r59191  
    2929                        <!-- wp:post-title {"level":1,"isLink":true} /-->
    3030                        <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /-->
    31                         <!-- wp:post-date /-->
     31                        <!-- wp:post-date {"isLink":true} /-->
    3232                    </div>
    3333                    <!-- /wp:group -->
     
    4040        <div class="wp-block-column" style="flex-basis:25%">
    4141            <!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"1.6px"}},"fontSize":"small"} -->
    42             <h2 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1.6px;text-transform:uppercase">The Latest</h2>
     42            <h2 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:1.6px;text-transform:uppercase"><?php esc_html_e( 'The Latest', 'twentytwentyfive' ); ?></h2>
    4343            <!-- /wp:heading -->
    4444            <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
     
    5151                    <div class="wp-block-group">
    5252                        <!-- wp:post-title {"level":3,"isLink":true,"fontSize":"large"} /-->
    53                         <!-- wp:post-date {"fontSize":"small"} /-->
     53                        <!-- wp:post-date {"fontSize":"small","isLink":true} /-->
    5454                    </div>
    5555                    <!-- /wp:group -->
     
    5959                <!-- /wp:post-template -->
    6060                <!-- wp:query-no-results -->
    61                     <!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results.","fontSize":"medium"} -->
    62                     <p class="has-medium-font-size"><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search', 'twentytwentyfive' ); ?>.</p>
     61                    <!-- wp:paragraph {"placeholder":"<?php esc_attr_e( 'Add text or blocks that will display when a query returns no results.', 'twentytwentyfive' ); ?>","fontSize":"medium"} -->
     62                    <p class="has-medium-font-size"><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    6363                    <!-- /wp:paragraph -->
    6464                <!-- /wp:query-no-results -->
     
    8686                            <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /-->
    8787                            <!-- wp:paragraph -->
    88                             <p>·</p>
     88                            <p><?php echo esc_html_x( '·', 'Separator between date and categories', 'twentytwentyfive' ); ?></p>
    8989                            <!-- /wp:paragraph -->
    90                             <!-- wp:post-date /-->
     90                            <!-- wp:post-date {"isLink":true} /-->
    9191                        </div>
    9292                        <!-- /wp:group -->
     
    117117        <!-- wp:query-no-results -->
    118118            <!-- wp:paragraph -->
    119             <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search', 'twentytwentyfive' ); ?>.</p>
     119            <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p>
    120120            <!-- /wp:paragraph -->
    121121        <!-- /wp:query-no-results -->
Note: See TracChangeset for help on using the changeset viewer.