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.