- Timestamp:
- 10/29/2024 12:00:46 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php
r59269 r59314 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.