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:
Sergey Biryukov
2020-01-20 03:12:12 +00:00
parent 88836de35c
commit a8f4ed69de
29 changed files with 73 additions and 73 deletions

View File

@@ -2828,7 +2828,7 @@ function is_blog_user( $blog_id = 0 ) {
* @deprecated 3.4.0 Use error_log()
* @see error_log()
*
* @link https://secure.php.net/manual/en/function.error-log.php
* @link https://www.php.net/manual/en/function.error-log.php
*
* @param string $filename File name.
* @param string $mode Type of access you required to the stream.
@@ -2846,7 +2846,7 @@ function debug_fopen( $filename, $mode ) {
* @deprecated 3.4.0 Use error_log()
* @see error_log()
*
* @link https://secure.php.net/manual/en/function.error-log.php
* @link https://www.php.net/manual/en/function.error-log.php
*
* @param mixed $fp Unused.
* @param string $string Message to log.
@@ -2864,7 +2864,7 @@ function debug_fwrite( $fp, $string ) {
* @deprecated 3.4.0 Use error_log()
* @see error_log()
*
* @link https://secure.php.net/manual/en/function.error-log.php
* @link https://www.php.net/manual/en/function.error-log.php
*
* @param mixed $fp Unused.
*/