Make WordPress Core


Ignore:
Timestamp:
06/10/2016 04:49:09 AM (9 years ago)
Author:
peterwilsoncc
Message:

DOCS: Replace HTTP links with HTTPS.

Replaces unsecure links in documentation and translator comments with their secure versions.

Props johnpgreen, netweb

Fixes #36993

File:
1 edited

Legend:

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

    r37488 r37674  
    198198        /* translators: 1: comment date, 2: comment time */
    199199        $submitted = sprintf( __( '%1$s at %2$s' ),
    200             /* translators: comment date format. See http://php.net/date */
     200            /* translators: comment date format. See https://secure.php.net/date */
    201201            get_comment_date( __( 'Y/m/d' ), $comment ),
    202202            get_comment_date( __( 'g:i a' ), $comment )
Note: See TracChangeset for help on using the changeset viewer.