Make WordPress Core

Ticket #62482: banner-poster.php

File banner-poster.php, 366 bytes (added by hameem1102, 3 months ago)
Line 
1<?php
2echo 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?>