Make WordPress Core


Ignore:
Timestamp:
10/31/2024 05:55:14 PM (9 months ago)
Author:
desrosj
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 RC 2.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 2

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@7dfa99f1...b5b0475f.

Reviewed by desrosj.
Merges [59314] to the 6.7 branch.

Props juanfra, poena.
Fixes #62310.

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/banner-poster.php

    r59271 r59331  
    1919        <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50"}}}} -->
    2020        <div class="wp-block-columns alignwide">
    21             <!-- wp:column {"width":"66.66%"} -->
    22             <div class="wp-block-column" style="flex-basis:66.66%">
     21            <!-- wp:column {"width":"80%"} -->
     22            <div class="wp-block-column" style="flex-basis:80%">
    2323                <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"12vw","lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}}} -->
    24                 <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Sample heading in four languages.', 'twentytwentyfive' ); ?></h2>
     24                <h2 class="wp-block-heading alignwide has-text-align-left" style="font-size:12vw;font-style:normal;font-weight:300;line-height:0.9">
     25                    <?php
     26                    echo wp_kses_post(
     27                        /* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
     28                        _x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
     29                    );
     30                    ?>
     31                </h2>
    2532                <!-- /wp:heading -->
    2633            </div>
    2734            <!-- /wp:column -->
    2835
    29             <!-- wp:column {"width":"33.33%"} -->
    30             <div class="wp-block-column" style="flex-basis:33.33%">
     36            <!-- wp:column {"width":"20%"} -->
     37            <div class="wp-block-column" style="flex-basis:20%">
    3138                <!-- wp:paragraph {"align":"right"} -->
    3239                <p class="has-text-align-right"><?php echo esc_html_x( 'Aug 08—10 2025', 'Example event date in pattern.', 'twentytwentyfive' ); ?><br><?php esc_html_e( 'Fuego Bar, Mexico City', 'twentytwentyfive' ); ?></p>
     
    3946        <!-- wp:columns {"verticalAlignment":"bottom","isStackedOnMobile":false,"align":"wide"} -->
    4047        <div class="wp-block-columns alignwide are-vertically-aligned-bottom is-not-stacked-on-mobile">
    41             <!-- wp:column {"verticalAlignment":"bottom","width":"66.66%"} -->
    42             <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:66.66%">
     48            <!-- wp:column {"verticalAlignment":"bottom","width":"80%"} -->
     49            <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:80%">
    4350                <!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"lineHeight":"0.9","fontStyle":"normal","fontWeight":"300"}},"fontSize":"xx-large"} -->
    4451                <h2 class="wp-block-heading alignwide has-text-align-left has-xx-large-font-size" style="font-style:normal;font-weight:300;line-height:0.9"><?php esc_html_e( 'Let’s hear them.', 'twentytwentyfive' ); ?></h2>
     
    4754            <!-- /wp:column -->
    4855
    49             <!-- wp:column {"verticalAlignment":"bottom","width":"33.33%"} -->
    50             <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:33.33%">
     56            <!-- wp:column {"verticalAlignment":"bottom","width":"20%"} -->
     57            <div class="wp-block-column is-vertically-aligned-bottom" style="flex-basis:20%">
    5158                <!-- wp:paragraph {"align":"right"} -->
    5259                <p class="has-text-align-right"><?php esc_html_e( '#stories', 'twentytwentyfive' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.