Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:12:12 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/comment.php

    r46084 r47088  
    208208                        /* translators: 1: Comment date, 2: Comment time. */
    209209                        __( '%1$s at %2$s' ),
    210                         /* translators: Comment date format. See https://secure.php.net/date */
     210                        /* translators: Comment date format. See https://www.php.net/date */
    211211                        get_comment_date( __( 'Y/m/d' ), $comment ),
    212                         /* translators: Comment time format. See https://secure.php.net/date */
     212                        /* translators: Comment time format. See https://www.php.net/date */
    213213                        get_comment_date( __( 'g:i a' ), $comment )
    214214                );
Note: See TracChangeset for help on using the changeset viewer.