From 05e28b4d7cba7ddddbc8f9da44e83e0af8398bc8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 18 Jun 2020 20:08:09 +0000 Subject: [PATCH] Coding Standards: Use strict comparison for JS fragment in `wp-admin/admin-header.php`. Props subrataemfluence. Fixes #45810. Built from https://develop.svn.wordpress.org/trunk@48083 git-svn-id: http://core.svn.wordpress.org/trunk@47850 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 9045620aa8..afdeed02f9 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -81,7 +81,7 @@ wp_enqueue_script( 'svg-painter' ); $admin_body_class = preg_replace( '/[^a-z0-9_-]+/i', '-', $hook_suffix ); ?>