Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (16 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/cta-book-locations.php

    r59146 r59191  
    2121            <div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--30)">
    2222                <!-- wp:heading -->
    23                 <h2 class="wp-block-heading">International editions</h2>
     23                <h2 class="wp-block-heading"><?php esc_html_e( 'International editions', 'twentytwentyfive' ); ?></h2>
    2424                <!-- /wp:heading -->
    2525
    2626                <!-- wp:paragraph {"fontSize":"medium"} -->
    27                 <p class="has-medium-font-size">The Stories Book will be available from these international retailers.</p>
     27                <p class="has-medium-font-size"><?php esc_html_e( 'The Stories Book will be available from these international retailers.', 'twentytwentyfive' ); ?></p>
    2828                <!-- /wp:paragraph -->
    2929            </div>
     
    4141                    <div class="wp-block-group">
    4242                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    43                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">Australia</h3>
     43                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Australia', 'twentytwentyfive' ); ?></h3>
    4444                        <!-- /wp:heading -->
    4545
    4646                        <!-- wp:paragraph {"fontSize":"medium"} -->
    47                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     47                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    4848                        <!-- /wp:paragraph -->
    4949                    </div>
     
    5353                    <div class="wp-block-group">
    5454                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    55                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">Brazil</h3>
     55                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Brazil', 'twentytwentyfive' ); ?></h3>
    5656                        <!-- /wp:heading -->
    5757
    5858                        <!-- wp:paragraph {"fontSize":"medium"} -->
    59                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     59                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    6060                        <!-- /wp:paragraph -->
    6161                    </div>
     
    6565                    <div class="wp-block-group">
    6666                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    67                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">Canada</h3>
     67                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Canada', 'twentytwentyfive' ); ?></h3>
    6868                        <!-- /wp:heading -->
    6969
    7070                        <!-- wp:paragraph {"fontSize":"medium"} -->
    71                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     71                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    7272                        <!-- /wp:paragraph -->
    7373                    </div>
     
    7777                    <div class="wp-block-group">
    7878                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    79                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">Japan</h3>
     79                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Japan', 'twentytwentyfive' ); ?></h3>
    8080                        <!-- /wp:heading -->
    8181
    8282                        <!-- wp:paragraph {"fontSize":"medium"} -->
    83                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     83                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    8484                        <!-- /wp:paragraph -->
    8585                    </div>
     
    9393                    <div class="wp-block-group">
    9494                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    95                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">New Zealand</h3>
     95                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'New Zealand', 'twentytwentyfive' ); ?></h3>
    9696                        <!-- /wp:heading -->
    9797
    9898                        <!-- wp:paragraph {"fontSize":"medium"} -->
    99                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     99                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    100100                        <!-- /wp:paragraph -->
    101101                    </div>
     
    105105                    <div class="wp-block-group">
    106106                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    107                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">Switzerland</h3>
     107                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'Switzerland', 'twentytwentyfive' ); ?></h3>
    108108                        <!-- /wp:heading -->
    109109
    110110                        <!-- wp:paragraph {"fontSize":"medium"} -->
    111                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     111                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    112112                        <!-- /wp:paragraph -->
    113113                    </div>
     
    117117                    <div class="wp-block-group">
    118118                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    119                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">United States</h3>
     119                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'United States', 'twentytwentyfive' ); ?></h3>
    120120                        <!-- /wp:heading -->
    121121
    122122                        <!-- wp:paragraph {"fontSize":"medium"} -->
    123                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     123                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    124124                        <!-- /wp:paragraph -->
    125125                    </div>
     
    129129                    <div class="wp-block-group">
    130130                        <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500"}},"fontSize":"large"} -->
    131                         <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500">United Kingdom</h3>
     131                        <h3 class="wp-block-heading has-large-font-size" style="font-style:normal;font-weight:500"><?php esc_html_e( 'United Kingdom', 'twentytwentyfive' ); ?></h3>
    132132                        <!-- /wp:heading -->
    133133
    134134                        <!-- wp:paragraph {"fontSize":"medium"} -->
    135                         <p class="has-medium-font-size"><a href="#">Book Store</a></p>
     135                        <p class="has-medium-font-size"><a href="#"><?php esc_html_e( 'Book Store', 'twentytwentyfive' ); ?></a></p>
    136136                        <!-- /wp:paragraph -->
    137137                    </div>
Note: See TracChangeset for help on using the changeset viewer.