Make WordPress Core


Ignore:
Timestamp:
09/18/2020 10:35:41 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update the URL for PHP date formats table in translator comments.

Props hareesh-pillai, iandunn.
Fixes #51332.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-locale.php

    r47808 r48991  
    360360     */
    361361    public function _strings_for_pot() {
    362         /* translators: Localized date format, see https://www.php.net/date */
     362        /* translators: Localized date format, see https://www.php.net/manual/datetime.format.php */
    363363        __( 'F j, Y' );
    364         /* translators: Localized time format, see https://www.php.net/date */
     364        /* translators: Localized time format, see https://www.php.net/manual/datetime.format.php */
    365365        __( 'g:i a' );
    366         /* translators: Localized date and time format, see https://www.php.net/date */
     366        /* translators: Localized date and time format, see https://www.php.net/manual/datetime.format.php */
    367367        __( 'F j, Y g:i a' );
    368368    }
Note: See TracChangeset for help on using the changeset viewer.