Make WordPress Core


Ignore:
Timestamp:
02/26/2016 08:53:22 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing @param entry for the $len parameter in the DocBlock for the deprecated generate_random_password() function.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-deprecated.php

    r36232 r36723  
    3838 * @deprecated 3.0.0 Use wp_generate_password()
    3939 * @see wp_generate_password()
     40 *
     41 * @param int $len Optional. The length of password to generate. Default 8.
    4042 */
    4143function generate_random_password( $len = 8 ) {
Note: See TracChangeset for help on using the changeset viewer.