Ticket #8688: 8688.diff
| File 8688.diff, 490 bytes (added by sivel, 3 years ago) |
|---|
-
wp-includes/pluggable.php
1394 1394 * 1395 1395 * @since 2.5 1396 1396 * 1397 * @param int $length The length of password to generate 1398 * @param bool $special_chars Whether to include standard special characters 1397 1399 * @return string The random password 1398 1400 **/ 1399 1401 function wp_generate_password($length = 12, $special_chars = true) {
