Ticket #44512: 44512.2.diff
File 44512.2.diff, 537 bytes (added by , 5 years ago) |
---|
-
src/wp-login.php
diff --git a/src/wp-login.php b/src/wp-login.php index aee4fb0..09c1d74 100644
a b switch ( $action ) { 587 587 * Fires before the lost password form. 588 588 * 589 589 * @since 1.5.1 590 * @since 5.0. 0Added the `$errors` parameter.590 * @since 5.0.3 Added the `$errors` parameter. 591 591 * 592 592 * @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid 593 593 * credentials. Note that the error object may not contain any errors.