mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user