Docs: Replace some more HTTP links with HTTPS.
Props johnpgreen. Fixes #37622. See #36993. Built from https://develop.svn.wordpress.org/trunk@38239 git-svn-id: http://core.svn.wordpress.org/trunk@38180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7643afd97c
commit
df97f83cb6
|
@ -450,7 +450,7 @@ if ( ! function_exists( 'array_replace_recursive' ) ) :
|
|||
*
|
||||
* @since 4.5.3
|
||||
*
|
||||
* @see http://php.net/manual/en/function.array-replace-recursive.php#109390
|
||||
* @see https://secure.php.net/manual/en/function.array-replace-recursive.php#109390
|
||||
*
|
||||
* @param array $base Array with keys needing to be replaced.
|
||||
* @param array $replacements Array with the replaced keys.
|
||||
|
|
|
@ -981,8 +981,8 @@ function is_ssl() {
|
|||
* @since 2.3.0
|
||||
* @since 4.6.0 Moved from media.php to load.php.
|
||||
*
|
||||
* @link http://php.net/manual/en/function.ini-get.php
|
||||
* @link http://php.net/manual/en/faq.using.php#faq.using.shorthandbytes
|
||||
* @link https://secure.php.net/manual/en/function.ini-get.php
|
||||
* @link https://secure.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
|
||||
*
|
||||
* @param string $value A (PHP ini) byte value, either shorthand or ordinary.
|
||||
* @return int An integer byte value.
|
||||
|
@ -1008,7 +1008,7 @@ function wp_convert_hr_to_bytes( $value ) {
|
|||
*
|
||||
* @since 4.6.0
|
||||
*
|
||||
* @link http://php.net/manual/en/function.ini-get-all.php
|
||||
* @link https://secure.php.net/manual/en/function.ini-get-all.php
|
||||
*
|
||||
* @param string $setting The name of the ini setting to check.
|
||||
* @return bool True if the value is changeable at runtime. False otherwise.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38237';
|
||||
$wp_version = '4.7-alpha-38239';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue