Ticket #33822: 33822.patch
File 33822.patch, 543 bytes (added by , 9 years ago) |
---|
-
wp-login.php
324 324 * Fires before a new password is retrieved. 325 325 * 326 326 * @since 1.5.1 327 * 328 * @param string $user_ login The user loginname.327 * @updated 4.3 328 * @param string $user_email The user email name. 329 329 */ 330 do_action( 'retrieve_password', $user_ login);330 do_action( 'retrieve_password', $user_email ); 331 331 332 332 /** 333 333 * Filter whether to allow a password to be reset.