Add length arg to wp_generate_password() and lengthen secret. Props tellyworth. fixes #6146 for trunk

git-svn-id: http://svn.automattic.com/wordpress/trunk@7796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-04-24 00:19:09 +00:00
parent 1e811e8742
commit 4680f8f084
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ $wp_version = '2.6-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 7574;
$wp_db_version = 7796;
?>