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:
Drew Jaynes (DrewAPicture)
2014-04-07 22:05:51 +00:00
parent aba414af7e
commit 13d5b7c461

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