Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (2 years 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-news-blog.php

    r59146 r59191  
    3838                                                <!-- wp:query-no-results -->
    3939                                                        <!-- wp:paragraph -->
    40                                                         <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>
     40                                                        <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>
    4141                                                        <!-- /wp:paragraph -->
    4242                                                <!-- /wp:query-no-results -->
     
    5656                                                <!-- wp:query-no-results -->
    5757                                                        <!-- wp:paragraph -->
    58                                                         <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>
     58                                                        <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>
    5959                                                        <!-- /wp:paragraph -->
    6060                                                <!-- /wp:query-no-results -->
     
    8181                                        <!-- wp:query-no-results -->
    8282                                                <!-- wp:paragraph -->
    83                                                 <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>
     83                                                <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>
    8484                                                <!-- /wp:paragraph -->
    8585                                        <!-- /wp:query-no-results -->
     
    105105                                                <!-- wp:query-no-results -->
    106106                                                        <!-- wp:paragraph -->
    107                                                         <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>
     107                                                        <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>
    108108                                                        <!-- /wp:paragraph -->
    109109                                                <!-- /wp:query-no-results -->
     
    123123                                                <!-- wp:query-no-results -->
    124124                                                        <!-- wp:paragraph -->
    125                                                         <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>
     125                                                        <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>
    126126                                                        <!-- /wp:paragraph -->
    127127                                                <!-- /wp:query-no-results -->
     
    152152                        <!-- wp:query-no-results -->
    153153                                <!-- wp:paragraph -->
    154                                 <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>
     154                                <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>
    155155                                <!-- /wp:paragraph -->
    156156                        <!-- /wp:query-no-results -->
     
    175175                        <!-- wp:query-no-results -->
    176176                                <!-- wp:paragraph -->
    177                                 <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>
     177                                <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>
    178178                                <!-- /wp:paragraph -->
    179179                        <!-- /wp:query-no-results -->
Note: See TracChangeset for help on using the changeset viewer.