From 873dacf4a4366d3b233ec9a0aff4f0096004736e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 9 Oct 2015 05:19:31 +0000 Subject: [PATCH] Fix typo in `wp_rand()` docs. See #28633. git-svn-id: https://develop.svn.wordpress.org/trunk@34986 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index 3d7a5f6435..bde6209784 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -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