Docs: Document `$ini_all` staticvar in `wp_is_ini_value_changeable()`.

Props nileshdudakiya94.
Fixes #41399.
Built from https://develop.svn.wordpress.org/trunk@41922


git-svn-id: http://core.svn.wordpress.org/trunk@41756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-10-18 19:54:48 +00:00
parent 106beec6a7
commit 73dc2a45e3
2 changed files with 3 additions and 1 deletions

View File

@ -1014,6 +1014,8 @@ function wp_convert_hr_to_bytes( $value ) {
* *
* @since 4.6.0 * @since 4.6.0
* *
* @staticvar array $ini_all
*
* @link https://secure.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. * @param string $setting The name of the ini setting to check.

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-beta2-41921'; $wp_version = '4.9-beta2-41922';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.