Make WordPress Core


Ignore:
Timestamp:
12/30/2008 07:48:17 PM (15 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/wp-includes/pluggable.php

    r10242 r10272  
    13951395 * @since 2.5
    13961396 *
     1397 * @param int $length The length of password to generate
     1398 * @param bool $special_chars Whether to include standard special characters
    13971399 * @return string The random password
    13981400 **/
Note: See TracChangeset for help on using the changeset viewer.