From 9e343ccb3376946c41a63543e599b4309673e9ca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 13 May 2020 10:10:08 +0000 Subject: [PATCH] Coding Standards: Use strict comparison in `wp-admin/upgrade.php`. Props mukesh27. Fixes #50155. Built from https://develop.svn.wordpress.org/trunk@47788 git-svn-id: http://core.svn.wordpress.org/trunk@47564 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upgrade.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index 339e3deda8..65a32dd916 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -67,7 +67,7 @@ header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option - +

diff --git a/wp-includes/version.php b/wp-includes/version.php index 4a2a9a7ddd..2088700bde 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47787'; +$wp_version = '5.5-alpha-47788'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.