diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 613bb48af..3c94e4526 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -1063,8 +1063,8 @@ function maybe_disable_link_manager() { * @since 2.9.0 */ function pre_schema_upgrade() { -+ // Unused in Project Nami. -+ // To be removed. + // Unused in Project Nami. + // To be removed. // Multisite schema upgrades. if ( $wp_current_db_version < 25448 && is_multisite() && ! defined( 'DO_NOT_UPGRADE_GLOBAL_TABLES' ) && is_main_network() ) {