mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -319,7 +319,7 @@ class WP_Filesystem_Base {
|
||||
*
|
||||
* From the PHP documentation page for fileperms().
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/function.fileperms.php
|
||||
* @link https://www.php.net/manual/en/function.fileperms.php
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
@@ -387,7 +387,7 @@ class WP_Filesystem_Base {
|
||||
* Converts '-rw-r--r--' to 0644
|
||||
* From "info at rvgate dot nl"'s comment on the PHP documentation for chmod()
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/function.chmod.php#49614
|
||||
* @link https://www.php.net/manual/en/function.chmod.php#49614
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user