diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index f53934966e..5a1e4fdb7f 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -629,7 +629,7 @@ function wp_login_form( $args = array() ) { } /** - * Returns the URL that allows the user to retrieve the lost password. + * Returns the URL that allows the user to reset the lost password. * * @since 2.8.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 745794d8c2..a5818e6fa7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-54223'; +$wp_version = '6.1-alpha-54224'; /** * 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 c74f33f5cc..4c9de9503c 100644 --- a/wp-login.php +++ b/wp-login.php @@ -1482,7 +1482,7 @@ switch ( $action ) { $html_link = sprintf( '%s', esc_url( wp_lostpassword_url() ), __( 'Lost your password?' ) ); /** - * Filters the link that allows the user to retrieve the lost password. + * Filters the link that allows the user to reset the lost password. * * @since 6.1.0 *