Make WordPress Core

Changeset 28017


Ignore:
Timestamp:
04/07/2014 10:05:51 PM (9 years ago)
Author:
DrewAPicture
Message:

Improve hook docs for the resetpass_form hook added in 3.9.

See #21044, #27700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r27859 r28017  
    623623     * @since 3.9.0
    624624     *
    625      * @param WP_User $user User undergoing the password reset.
     625     * @param WP_User $user User object of the user whose password is being reset.
    626626     */
    627627    do_action( 'resetpass_form', $user );
Note: See TracChangeset for help on using the changeset viewer.