Ticket #47092: 47092.diff
| File 47092.diff, 810 bytes (added by , 7 years ago) |
|---|
-
wp-includes/pluggable.php
2388 2388 * @since 3.0.0 2389 2389 * 2390 2390 * @param string $password The generated password. 2391 * @param bool $special_chars Optional. Whether to include standard special characters. 2392 * Default true. 2393 * @param bool $extra_special_chars Optional. Whether to include other special characters. 2394 * Used when generating secret keys and salts. Default false. 2391 2395 */ 2392 return apply_filters( 'random_password', $password );2396 return apply_filters( 'random_password', $password, $special_chars, $extra_special_chars ); 2393 2397 } 2394 2398 endif; 2395 2399
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)