diff --git a/wp-includes/load.php b/wp-includes/load.php index d7166190f9..c7a46de5cc 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -1014,6 +1014,8 @@ function wp_convert_hr_to_bytes( $value ) { * * @since 4.6.0 * + * @staticvar array $ini_all + * * @link https://secure.php.net/manual/en/function.ini-get-all.php * * @param string $setting The name of the ini setting to check. diff --git a/wp-includes/version.php b/wp-includes/version.php index 89e3f183e2..259565e6a9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.