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:
parent
d5b8d282e8
commit
ddefc9ee9a
|
@ -21,7 +21,7 @@
|
|||
<p class="footer-copyright">©
|
||||
<?php
|
||||
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' )
|
||||
);
|
||||
?>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue