Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (13 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/hero-overlapped-book-cover-with-links.php

    r59146 r59191  
    5555                                        <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
    5656                                            <a class="wp-block-button__link wp-element-button" href="#">
    57                                                 <?php echo esc_html_x( 'Amazon', 'Hero - Overlapped book cover pattern button 1', 'twentytwentyfive' ); ?>
     57                                                <?php echo esc_html_x( 'Amazon', 'Example brand name.', 'twentytwentyfive' ); ?>
    5858                                            </a>
    5959                                        </div>
     
    6262                                        <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
    6363                                            <a class="wp-block-button__link wp-element-button" href="#">
    64                                                 <?php echo esc_html_x( 'Apple Books', 'Hero - Overlapped book cover pattern button 2', 'twentytwentyfive' ); ?>
     64                                                <?php echo esc_html_x( 'Apple Books', 'Example brand name.', 'twentytwentyfive' ); ?>
    6565                                            </a>
    6666                                        </div>
     
    7777                                        <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
    7878                                            <a class="wp-block-button__link wp-element-button" href="#">
    79                                                 <?php echo esc_html_x( 'Audible', 'Hero - Overlapped book cover pattern button 3', 'twentytwentyfive' ); ?>
     79                                                <?php echo esc_html_x( 'Audible', 'Example brand name.', 'twentytwentyfive' ); ?>
    8080                                            </a>
    8181                                        </div>
     
    8484                                        <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill">
    8585                                            <a class="wp-block-button__link wp-element-button" href="#">
    86                                                 <?php echo esc_html_x( 'Barnes & Noble', 'Hero - Overlapped book cover pattern button 4', 'twentytwentyfive' ); ?>
     86                                                <?php echo esc_html_x( 'Barnes &amp; Noble', 'Example brand name.', 'twentytwentyfive' ); ?>
    8787                                            </a>
    8888                                        </div>
     
    100100
    101101                            <!-- wp:paragraph {"fontSize":"medium"} -->
    102                             <p class="has-medium-font-size">
    103                                 <?php echo wp_kses_post( _x( 'Outside Europe? View <a href="#" rel="nofollow">international editions</a>.', 'Hero - Overlapped book cover pattern bottom text', 'twentytwentyfive' ) ); ?>
    104                             </p>
     102                            <p class="has-medium-font-size"><?php echo wp_kses_post( _x( 'Outside Europe? View <a href="#" rel="nofollow">international editions</a>.', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p>
    105103                            <!-- /wp:paragraph -->
    106104                        </div>
Note: See TracChangeset for help on using the changeset viewer.