From 52c53ae6f86769fb73ce3c3f0eb23aa8e6a7b51f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 7 Aug 2019 01:01:57 +0000 Subject: [PATCH] Remove trailing white space in upgrade.php after [45757]. See #46349. Built from https://develop.svn.wordpress.org/trunk@45758 git-svn-id: http://core.svn.wordpress.org/trunk@45569 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/upgrade.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 90e10d2f4b..1a677ddab2 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -817,7 +817,7 @@ function upgrade_all() { if ( $wp_current_db_version < 45744 ) { upgrade_530(); - } + } maybe_disable_link_manager(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ec609775e..4183955980 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45757'; +$wp_version = '5.3-alpha-45758'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.