From c49225f9be8fdbdb97fc16e10d20878089efd994 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 6 Jul 2023 12:52:59 +0000 Subject: [PATCH] Coding Standards: Add missing newline at the end of `wp-admin/user.php`. Follow-up to [56150]. See #58194. git-svn-id: https://develop.svn.wordpress.org/trunk@56151 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}