diff --git a/wp-includes/user.php b/wp-includes/user.php index d6bda7af47..55fb8605b4 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -5054,4 +5054,4 @@ function wp_is_password_reset_allowed_for_user( $user ) { * @param int $user_id The ID of the user attempting to reset a password. */ return apply_filters( 'allow_password_reset', $allow, $user->ID ); -} \ No newline at end of file +} diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d8ca97a6e..6e66a2815c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56150'; +$wp_version = '6.3-beta3-56151'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.