Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.

See #48303.
Built from https://develop.svn.wordpress.org/trunk@47088


git-svn-id: http://core.svn.wordpress.org/trunk@46888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-01-20 03:14:06 +00:00
parent f9b0dfbb8b
commit 2900bb8ea7
30 changed files with 74 additions and 74 deletions

View File

@@ -24,7 +24,7 @@
*
* @since 4.4.0
*
* @link https://secure.php.net/manual/en/class.arrayaccess.php
* @link https://www.php.net/manual/en/class.arrayaccess.php
*/
class WP_REST_Request implements ArrayAccess {