Changeset 59331 for branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php
- Timestamp:
- 10/31/2024 05:55:14 PM (18 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php
r59269 r59331 62 62 <div class="wp-block-group"> 63 63 <!-- 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> 65 72 <!-- /wp:heading --> 66 73 … … 124 131 <div class="wp-block-group"> 125 132 <!-- 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> 127 141 <!-- /wp:heading --> 128 142
Note: See TracChangeset
for help on using the changeset viewer.