Ticket #42796: 42796.diff
| File 42796.diff, 502 bytes (added by , 8 years ago) |
|---|
-
wp-includes/pluggable.php
diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 294b3e4..63683fa 100644
a b if ( !function_exists('wp_rand') ) : 2327 2327 * 2328 2328 * @global string $rnd_value 2329 2329 * @staticvar string $seed 2330 * @staticvar bool $ external_rand_source_available2330 * @staticvar bool $use_random_int_functionality 2331 2331 * 2332 2332 * @param int $min Lower limit for the generated number 2333 2333 * @param int $max Upper limit for the generated number