diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index d6bda7af47..55fb8605b4 100644 --- a/src/wp-includes/user.php +++ b/src/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 +}