Fix typo in wp_rand()
docs.
See #28633. git-svn-id: https://develop.svn.wordpress.org/trunk@34986 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
724b83ab0e
commit
873dacf4a4
@ -2138,7 +2138,7 @@ if ( !function_exists('wp_rand') ) :
|
||||
* Generates a random number
|
||||
*
|
||||
* @since 2.6.2
|
||||
* @since 4.4 Uses PHP7 random_int() or the random_compat library if avaialble.
|
||||
* @since 4.4.0 Uses PHP7 random_int() or the random_compat library if available.
|
||||
*
|
||||
* @global string $rnd_value
|
||||
* @staticvar string $seed
|
||||
|
Loading…
Reference in New Issue
Block a user