diff --git a/src/wp-login.php b/src/wp-login.php index aee4fb0d83..7cb14cb39f 100644 --- a/src/wp-login.php +++ b/src/wp-login.php @@ -587,7 +587,7 @@ switch ( $action ) { * Fires before the lost password form. * * @since 1.5.1 - * @since 5.0.0 Added the `$errors` parameter. + * @since 5.1.0 Added the `$errors` parameter. * * @param WP_Error $errors A `WP_Error` object containing any errors generated by using invalid * credentials. Note that the error object may not contain any errors.