phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a0d817dd56
commit
13dec849de
|
@ -1394,6 +1394,8 @@ if ( !function_exists('wp_generate_password') ) :
|
|||
*
|
||||
* @since 2.5
|
||||
*
|
||||
* @param int $length The length of password to generate
|
||||
* @param bool $special_chars Whether to include standard special characters
|
||||
* @return string The random password
|
||||
**/
|
||||
function wp_generate_password($length = 12, $special_chars = true) {
|
||||
|
|
Loading…
Reference in New Issue