From acb4856b65e37220364b07b98fc6d210c6b9eb0c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 7 Dec 2017 13:52:39 +0000 Subject: [PATCH] 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 --- 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 17e3fed1cb..b50772b99c 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -2358,7 +2358,7 @@ if ( ! function_exists( 'wp_rand' ) ) : * * @global string $rnd_value * @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 $max Upper limit for the generated number