mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Improve hook docs for the resetpass_form hook added in 3.9.
See #21044, #27700. git-svn-id: https://develop.svn.wordpress.org/trunk@28017 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -622,7 +622,7 @@ case 'rp' :
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
* @param WP_User $user User undergoing the password reset.
|
||||
* @param WP_User $user User object of the user whose password is being reset.
|
||||
*/
|
||||
do_action( 'resetpass_form', $user );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user