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

    r46596 r47088  
    9393         * @since 2.8.1
    9494         * @link https://core.trac.wordpress.org/ticket/18273
    95          * @link https://secure.php.net/manual/en/function.gzinflate.php#70875
    96          * @link https://secure.php.net/manual/en/function.gzinflate.php#77336
     95         * @link https://www.php.net/manual/en/function.gzinflate.php#70875
     96         * @link https://www.php.net/manual/en/function.gzinflate.php#77336
    9797         *
    9898         * @param string $gzData String to decompress.
Note: See TracChangeset for help on using the changeset viewer.