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-admin/comment.php

    r48958 r48991  
    216216            /* translators: 1: Comment date, 2: Comment time. */
    217217            __( '%1$s at %2$s' ),
    218             /* translators: Comment date format. See https://www.php.net/date */
     218            /* translators: Comment date format. See https://www.php.net/manual/datetime.format.php */
    219219            get_comment_date( __( 'Y/m/d' ), $comment ),
    220             /* translators: Comment time format. See https://www.php.net/date */
     220            /* translators: Comment time format. See https://www.php.net/manual/datetime.format.php */
    221221            get_comment_date( __( 'g:i a' ), $comment )
    222222        );
Note: See TracChangeset for help on using the changeset viewer.