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:
Sergey Biryukov 2015-10-09 05:19:31 +00:00
parent 724b83ab0e
commit 873dacf4a4

View File

@ -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