Docs: Correct `@staticvar` entry for `wp_rand()`.

Props chetan200891, birgire.
Fixes #42796.

git-svn-id: https://develop.svn.wordpress.org/trunk@42377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-12-07 13:52:39 +00:00
parent 84c5953cab
commit acb4856b65
1 changed files with 1 additions and 1 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