diff --git a/wp-admin/users.php b/wp-admin/users.php index e15c99e8ef..8e5312c3b1 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -359,7 +359,7 @@ switch ( $wp_list_table->current_action() ) { ?> - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index d8f64f9ceb..3df3f2f347 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55622'; +$wp_version = '6.3-alpha-55623'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.