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:
parent
fff56d219f
commit
52c53ae6f8
|
@ -817,7 +817,7 @@ function upgrade_all() {
|
|||
|
||||
if ( $wp_current_db_version < 45744 ) {
|
||||
upgrade_530();
|
||||
}
|
||||
}
|
||||
|
||||
maybe_disable_link_manager();
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue