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:
Drew Jaynes 2014-04-07 22:06:14 +00:00
parent b5ecc00b32
commit 21d15059f4
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
?>