Changeset 42373
- Timestamp:
- 12/04/2017 10:39:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r42343 r42373 2313 2313 * Generates a random password drawn from the defined set of characters. 2314 2314 * 2315 * Uses wp_rand() is used to create passwords with far less predictability 2316 * than similar native PHP functions like `rand()` or `mt_rand()`. 2317 * 2315 2318 * @since 2.5.0 2316 2319 * … … 2349 2352 if ( ! function_exists( 'wp_rand' ) ) : 2350 2353 /** 2351 * Generates a random number 2354 * Generates a random number. 2352 2355 * 2353 2356 * @since 2.6.2
Note: See TracChangeset
for help on using the changeset viewer.