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-admin/includes/class-wp-filesystem-base.php

    r46679 r47088  
    320320         * From the PHP documentation page for fileperms().
    321321         *
    322          * @link https://secure.php.net/manual/en/function.fileperms.php
     322         * @link https://www.php.net/manual/en/function.fileperms.php
    323323         *
    324324         * @since 2.5.0
     
    388388         * From "info at rvgate dot nl"'s comment on the PHP documentation for chmod()
    389389         *
    390          * @link https://secure.php.net/manual/en/function.chmod.php#49614
     390         * @link https://www.php.net/manual/en/function.chmod.php#49614
    391391         *
    392392         * @since 2.5.0
Note: See TracChangeset for help on using the changeset viewer.