Ticket #42782: ticket#42782.patch
File ticket#42782.patch, 568 bytes (added by , 7 years ago) |
---|
-
pluggable.php
2312 2312 /** 2313 2313 * Generates a random password drawn from the defined set of characters. 2314 2314 * 2315 * WordPress uses wp_rand() in order to create hashes, passwords, and nonces that are far less predictable than the similar PHP native functions like rand() and mt_rand(). 2316 * 2315 2317 * @since 2.5.0 2316 2318 * 2317 2319 * @param int $length Optional. The length of password to generate. Default 12.