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
This commit is contained in:
Andrew Ozz 2019-08-07 01:01:57 +00:00
parent fff56d219f
commit 52c53ae6f8
2 changed files with 2 additions and 2 deletions

View File

@ -817,7 +817,7 @@ function upgrade_all() {
if ( $wp_current_db_version < 45744 ) {
upgrade_530();
}
}
maybe_disable_link_manager();

View File

@ -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.