Index: wp-includes/pluggable.php
===================================================================
--- wp-includes/pluggable.php	(revision 10235)
+++ wp-includes/pluggable.php	(working copy)
@@ -1394,6 +1394,8 @@
  *
  * @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) {

