mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +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:
@@ -1280,8 +1280,8 @@ function is_ssl() {
|
||||
* @since 2.3.0
|
||||
* @since 4.6.0 Moved from media.php to load.php.
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/function.ini-get.php
|
||||
* @link https://secure.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
|
||||
* @link https://www.php.net/manual/en/function.ini-get.php
|
||||
* @link https://www.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.
|
||||
@@ -1309,7 +1309,7 @@ function wp_convert_hr_to_bytes( $value ) {
|
||||
*
|
||||
* @staticvar array $ini_all
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/function.ini-get-all.php
|
||||
* @link https://www.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.
|
||||
|
||||
Reference in New Issue
Block a user