Docs: Correct @staticvar entry for wp_rand().

Props chetan200891, birgire.
Fixes #42796.
Built from https://develop.svn.wordpress.org/trunk@42377


git-svn-id: http://core.svn.wordpress.org/trunk@42206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-12-07 13:53:47 +00:00
parent 0354c3e2f1
commit 823ec0859a
2 changed files with 2 additions and 2 deletions

View File

@ -2358,7 +2358,7 @@ if ( ! function_exists( 'wp_rand' ) ) :
*
* @global string $rnd_value
* @staticvar string $seed
* @staticvar bool $external_rand_source_available
* @staticvar bool $use_random_int_functionality
*
* @param int $min Lower limit for the generated number
* @param int $max Upper limit for the generated number

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42376';
$wp_version = '5.0-alpha-42377';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.