Make WordPress Core


Ignore:
Timestamp:
10/31/2024 05:55:14 PM (23 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/cta-events-list.php

    r59269 r59331  
    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.