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/includes/class-wp-comments-list-table.php

    r37624 r37674  
    718718        /* translators: 1: comment date, 2: comment time */
    719719        $submitted = sprintf( __( '%1$s at %2$s' ),
    720             /* translators: comment date format. See http://php.net/date */
     720            /* translators: comment date format. See https://secure.php.net/date */
    721721            get_comment_date( __( 'Y/m/d' ), $comment ),
    722722            get_comment_date( __( 'g:i a' ), $comment )
Note: See TracChangeset for help on using the changeset viewer.