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
This commit is contained in:
Jonathan Desrosiers 2019-01-04 21:51:32 +00:00
parent 8cf4e9ce6a
commit 47116930ee

View File

@ -587,7 +587,7 @@ switch ( $action ) {
* Fires before the lost password form. * Fires before the lost password form.
* *
* @since 1.5.1 * @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 * @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. * credentials. Note that the error object may not contain any errors.