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

    r37544 r37674  
    16231623        return false;
    16241624
    1625     /* translators: revision date format, see http://php.net/date */
     1625    /* translators: revision date format, see https://secure.php.net/date */
    16261626    $datef = _x( 'F j, Y @ H:i:s', 'revision date format' );
    16271627    /* translators: 1: date */
     
    16591659
    16601660    $author = get_the_author_meta( 'display_name', $revision->post_author );
    1661     /* translators: revision date format, see http://php.net/date */
     1661    /* translators: revision date format, see https://secure.php.net/date */
    16621662    $datef = _x( 'F j, Y @ H:i:s', 'revision date format' );
    16631663
Note: See TracChangeset for help on using the changeset viewer.