From 3b39b2c99c58fed6b57437853948459782e8088a Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 4 Apr 2023 21:12:24 +0000 Subject: [PATCH] Coding Standards: Use strict comparison in `wp-admin/users.php`. Follow-up to [10990], [11162], [11217], [37059], [55592], [55622]. Props faisalahammad. Fixes #58040. Built from https://develop.svn.wordpress.org/trunk@55623 git-svn-id: http://core.svn.wordpress.org/trunk@55135 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/users.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.