Remove trailing white space in upgrade.php after [45757].

See #46349.

git-svn-id: https://develop.svn.wordpress.org/trunk@45758 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2019-08-07 01:00:06 +00:00
parent 296d8646e7
commit 93aa98ce42
1 changed files with 1 additions and 1 deletions

View File

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