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/class-wp-http-encoding.php

    r37492 r37674  
    8989     * @since 2.8.1
    9090     * @link https://core.trac.wordpress.org/ticket/18273
    91      * @link http://au2.php.net/manual/en/function.gzinflate.php#70875
    92      * @link http://au2.php.net/manual/en/function.gzinflate.php#77336
     91     * @link https://secure.php.net/manual/en/function.gzinflate.php#70875
     92     * @link https://secure.php.net/manual/en/function.gzinflate.php#77336
    9393     *
    9494     * @static
Note: See TracChangeset for help on using the changeset viewer.