Make WordPress Core


Ignore:
Timestamp:
10/29/2024 12:00:46 AM (3 months ago)
Author:
peterwilsoncc
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.

Props juanfra, poena.
See #62310.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php

    r59269 r59314  
    6262                <div class="wp-block-group">
    6363                    <!-- wp:heading {"level":3} -->
    64                     <h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3>
     64                    <h3 class="wp-block-heading">
     65                        <?php
     66                        echo wp_kses_post(
     67                            /* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
     68                            _x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
     69                        );
     70                        ?>
     71                    </h3>
    6572                    <!-- /wp:heading -->
    6673
     
    124131                <div class="wp-block-group">
    125132                    <!-- wp:heading {"level":3} -->
    126                     <h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3>
     133                    <h3 class="wp-block-heading">
     134                        <?php
     135                        echo wp_kses_post(
     136                            /* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */
     137                            _x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' )
     138                        );
     139                        ?>
     140                    </h3>
    127141                    <!-- /wp:heading -->
    128142
Note: See TracChangeset for help on using the changeset viewer.