From 823ec0859a61eb59807457e0b4785eb43f016105 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 7 Dec 2017 13:53:47 +0000 Subject: [PATCH] Docs: Correct `@staticvar` entry for `wp_rand()`. Props chetan200891, birgire. Fixes #42796. Built from https://develop.svn.wordpress.org/trunk@42377 git-svn-id: http://core.svn.wordpress.org/trunk@42206 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 17e3fed1cb..b50772b99c 100644 --- a/wp-includes/pluggable.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index ceb57d6bd2..2f7169d088 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42376'; +$wp_version = '5.0-alpha-42377'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.