Skip to content

Commit c49225f

Browse files
committed
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
1 parent b71668f commit c49225f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5054,4 +5054,4 @@ function wp_is_password_reset_allowed_for_user( $user ) {
50545054
* @param int $user_id The ID of the user attempting to reset a password.
50555055
*/
50565056
return apply_filters( 'allow_password_reset', $allow, $user->ID );
5057-
}
5057+
}

0 commit comments

Comments
 (0)