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/post-template.php

    r48574 r48991  
    18251825    }
    18261826
    1827     /* translators: Revision date format, see https://www.php.net/date */
     1827    /* translators: Revision date format, see https://www.php.net/manual/datetime.format.php */
    18281828    $datef = _x( 'F j, Y @ H:i:s', 'revision date format' );
    18291829    /* translators: %s: Revision date. */
     
    18671867
    18681868    $author = get_the_author_meta( 'display_name', $revision->post_author );
    1869     /* translators: Revision date format, see https://www.php.net/date */
     1869    /* translators: Revision date format, see https://www.php.net/manual/datetime.format.php */
    18701870    $datef = _x( 'F j, Y @ H:i:s', 'revision date format' );
    18711871
Note: See TracChangeset for help on using the changeset viewer.