mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
Improve hook docs for the resetpass_form
hook added in 3.9.
See #21044, #27700. Built from https://develop.svn.wordpress.org/trunk@28017 git-svn-id: http://core.svn.wordpress.org/trunk@27847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b5ecc00b32
commit
21d15059f4
@ -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 );
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user