Docs: Update since annotation for new lost_password action parameter.

Introduced in [43542].

Fixes #44512.
Built from https://develop.svn.wordpress.org/trunk@44396


git-svn-id: http://core.svn.wordpress.org/trunk@44226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-04 21:52:50 +00:00
parent f34e1dbad1
commit f8f58da317
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.1-alpha-44395'; $wp_version = '5.1-alpha-44396';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

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.