mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
b71668fc40
commit
c49225f9be
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user