mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
DOCS: Replace HTTP links with HTTPS.
Replaces unsecure links in documentation and translator comments with their secure versions. Props johnpgreen, netweb Fixes #36993 git-svn-id: https://develop.svn.wordpress.org/trunk@37674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2818,7 +2818,7 @@ function is_blog_user( $blog_id = 0 ) {
|
||||
* @deprecated 3.4.0 Use error_log()
|
||||
* @see error_log()
|
||||
*
|
||||
* @link http://www.php.net/manual/en/function.error-log.php
|
||||
* @link https://secure.php.net/manual/en/function.error-log.php
|
||||
*
|
||||
* @param string $filename File name.
|
||||
* @param string $mode Type of access you required to the stream.
|
||||
@@ -2836,7 +2836,7 @@ function debug_fopen( $filename, $mode ) {
|
||||
* @deprecated 3.4.0 Use error_log()
|
||||
* @see error_log()
|
||||
*
|
||||
* @link http://www.php.net/manual/en/function.error-log.php
|
||||
* @link https://secure.php.net/manual/en/function.error-log.php
|
||||
*
|
||||
* @param mixed $fp Unused.
|
||||
* @param string $string Message to log.
|
||||
@@ -2854,7 +2854,7 @@ function debug_fwrite( $fp, $string ) {
|
||||
* @deprecated 3.4.0 Use error_log()
|
||||
* @see error_log()
|
||||
*
|
||||
* @link http://www.php.net/manual/en/function.error-log.php
|
||||
* @link https://secure.php.net/manual/en/function.error-log.php
|
||||
*
|
||||
* @param mixed $fp Unused.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user