From 29791cad8c5ee936f5a3bd1e9d86c040fef2f576 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 6 Jul 2023 12:54:22 +0000 Subject: [PATCH] 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 --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index d6bda7af47..55fb8605b4 100644 --- a/wp-includes/user.php +++ b/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 +} diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d8ca97a6e..6e66a2815c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.