Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:12:12 AM (5 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/default-constants.php

    r46278 r47088  
    127127     * YEAR_IN_SECONDS does not take leap years into account.
    128128     *
    129      * If you need more accuracy please consider using the DateTime class (https://secure.php.net/manual/en/class.datetime.php).
     129     * If you need more accuracy please consider using the DateTime class (https://www.php.net/manual/en/class.datetime.php).
    130130     *
    131131     * @since 3.5.0
Note: See TracChangeset for help on using the changeset viewer.