Coding Standards: Add missing newline at the end of `wp-admin/user.php`.

Follow-up to [56150].

See #58194.



Built from https://develop.svn.wordpress.org/trunk@56151


git-svn-id: http://core.svn.wordpress.org/trunk@55663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-07-06 12:54:22 +00:00
parent e952b31145
commit 29791cad8c
2 changed files with 2 additions and 2 deletions

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

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-beta3-56150';
$wp_version = '6.3-beta3-56151';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.