Ticket #62482: banner-poster.php
| File banner-poster.php, 366 bytes (added by , 13 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | echo wp_kses_post( |
| 3 | /* translators: This string contains the word "Stories" in four different languages with the first item in the locale's language. */ |
| 4 | _x( '“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”', 'Placeholder heading in four languages.', 'twentytwentyfive' ) |
| 5 | ); |
| 6 | ?> |