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
This commit is contained in:
Jb Audras 2023-07-06 12:52:59 +00:00
parent b71668fc40
commit c49225f9be

View File

@ -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 );
}
}