From 6f6b383040a2e1e667ddf3281ee096d7ce5140f1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 2 Feb 2024 15:30:12 +0000 Subject: [PATCH] Coding Standards: Use strict comparison for functions lookup in plugin/theme editors. Follow-up to [10607], [44617]. Props upadalavipul. See #60415. Built from https://develop.svn.wordpress.org/trunk@57522 git-svn-id: http://core.svn.wordpress.org/trunk@57023 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/plugin-editor.php | 2 +- wp-admin/theme-editor.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 345f0c09e0..da57d95e74 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -295,7 +295,7 @@ endif;
- +
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index bd932d8f94..868df4b65c 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -321,7 +321,7 @@ else :
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index ed2d6cc2b8..6915318dad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57521'; +$wp_version = '6.5-alpha-57522'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.