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:
parent
84c5953cab
commit
acb4856b65
@ -2358,7 +2358,7 @@ if ( ! function_exists( 'wp_rand' ) ) :
|
|||||||
*
|
*
|
||||||
* @global string $rnd_value
|
* @global string $rnd_value
|
||||||
* @staticvar string $seed
|
* @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 $min Lower limit for the generated number
|
||||||
* @param int $max Upper limit for the generated number
|
* @param int $max Upper limit for the generated number
|
||||||
|
Loading…
Reference in New Issue
Block a user