Make WordPress Core

Changeset 50141


Ignore:
Timestamp:
02/02/2021 12:41:22 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update documentation for retrieve_password() per the documentation standards.

Follow-up to [50129], [50140].

See #34281.

File:
1 edited

Legend:

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

    r50140 r50141  
    26652665 * @global PasswordHash $wp_hasher  Portable PHP password hashing framework.
    26662666 *
    2667  * @param  string       $user_login Optional user_login, default null. Uses
    2668  *                                  `$_POST['user_login']` if `$user_login` not set.
     2667 * @param string $user_login Optional. Username to send a password retrieval email for.
     2668 *                           Defaults to `$_POST['user_login']` if not set.
    26692669 * @return true|WP_Error True when finished, WP_Error object on error.
    26702670 */
Note: See TracChangeset for help on using the changeset viewer.