Twenty Twenty: Update the URL for PHP date formats table in translator comments.
Follow-up to [48991]. Props hareesh-pillai, mukesh27, iandunn. Fixes #51335. See #51332. git-svn-id: https://develop.svn.wordpress.org/trunk@48992 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7d23a212c4
commit
cb356d9cfc
@ -21,7 +21,7 @@
|
|||||||
<p class="footer-copyright">©
|
<p class="footer-copyright">©
|
||||||
<?php
|
<?php
|
||||||
echo date_i18n(
|
echo date_i18n(
|
||||||
/* translators: Copyright date format, see https://www.php.net/date */
|
/* translators: Copyright date format, see https://www.php.net/manual/datetime.format.php */
|
||||||
_x( 'Y', 'copyright date format', 'twentytwenty' )
|
_x( 'Y', 'copyright date format', 'twentytwenty' )
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user