From 47116930ee15ab087aa5e6fd9850be6fb1c3129d Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Fri, 4 Jan 2019 21:51:32 +0000 Subject: [PATCH] Docs: Update `since` annotation for new `lost_password` action parameter. Introduced in [43542]. Fixes #44512. git-svn-id: https://develop.svn.wordpress.org/trunk@44396 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.