phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@10271 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-12-30 19:47:59 +00:00
parent b6c647c017
commit f04a7d1efa
1 changed files with 2 additions and 0 deletions

View File

@ -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) {