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.
Built from https://develop.svn.wordpress.org/trunk@48992


git-svn-id: http://core.svn.wordpress.org/trunk@48754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-09-18 10:44:04 +00:00
parent d5b8d282e8
commit ddefc9ee9a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<p class="footer-copyright">&copy; <p class="footer-copyright">&copy;
<?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' )
); );
?> ?>

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-alpha-48991'; $wp_version = '5.6-alpha-48992';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.