Fix typo in wp_rand() docs.

See #28633.
Built from https://develop.svn.wordpress.org/trunk@34986


git-svn-id: http://core.svn.wordpress.org/trunk@34951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-09 05:20:23 +00:00
parent 0d7c5569f5
commit 072cdf116a
2 changed files with 2 additions and 2 deletions

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

View File

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