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/page-portfolio-home.php

    r59146 r59191  
    2424            <!-- wp:column {"width":"50%"} -->
    2525            <div class="wp-block-column" style="flex-basis:50%">
    26                 <!-- wp:heading {"level":1,"align":"wide","fontSize":"x-large"} -->
    27                 <h1 class="wp-block-heading alignwide has-x-large-font-size">My name is Anna Möller and these are some of my photo projects.</h1>
     26                <!-- wp:heading {"align":"wide","fontSize":"x-large"} -->
     27                <h2 class="wp-block-heading alignwide has-x-large-font-size"><?php esc_html_e( 'My name is Anna Möller and these are some of my photo projects.', 'twentytwentyfive' ); ?></h2>
    2828                <!-- /wp:heading -->
    2929            </div>
     
    6060                    <!-- wp:query-no-results -->
    6161                    <!-- wp:paragraph -->
    62                     <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>
     62                    <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>
    6363                    <!-- /wp:paragraph -->
    6464                    <!-- /wp:query-no-results -->
     
    8686                    <!-- wp:query-no-results -->
    8787                    <!-- wp:paragraph -->
    88                     <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>
     88                    <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>
    8989                    <!-- /wp:paragraph -->
    9090                    <!-- /wp:query-no-results -->
     
    116116            <!-- wp:query-no-results -->
    117117            <!-- wp:paragraph -->
    118             <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>
     118            <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>
    119119            <!-- /wp:paragraph -->
    120120            <!-- /wp:query-no-results -->
     
    146146                    <!-- wp:query-no-results -->
    147147                    <!-- wp:paragraph -->
    148                     <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>
     148                    <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>
    149149                    <!-- /wp:paragraph -->
    150150                    <!-- /wp:query-no-results -->
     
    172172                    <!-- wp:query-no-results -->
    173173                    <!-- wp:paragraph -->
    174                     <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>
     174                    <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>
    175175                    <!-- /wp:paragraph -->
    176176                    <!-- /wp:query-no-results -->
     
    202202            <!-- wp:query-no-results -->
    203203            <!-- wp:paragraph -->
    204             <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>
     204            <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>
    205205            <!-- /wp:paragraph -->
    206206            <!-- /wp:query-no-results -->
     
    227227
    228228            <!-- wp:paragraph {"fontSize":"small"} -->
    229             <p class="has-small-font-size">email@example.com<br>+1 555 349 1806</p>
     229            <p class="has-small-font-size"><?php esc_html_e( 'email@example.com', 'twentytwentyfive' ); ?><br><?php echo esc_html_x( '+1 555 349 1806', 'Phone number.', 'twentytwentyfive' ); ?></p>
    230230            <!-- /wp:paragraph -->
    231231        </div>
Note: See TracChangeset for help on using the changeset viewer.