From f8f58da31732ad7d950059a0816f3355f2d4ed52 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 4 Jan 2019 21:52:50 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- wp-login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index f0fd2bed0a..1ee9237381 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @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. diff --git a/wp-login.php b/wp-login.php index aee4fb0d83..7cb14cb39f 100644 --- a/wp-login.php +++ b/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.