From 60c7970d1467077b2a396c9c1d7ecabfa73ae34e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 14 Jul 2019 14:38:43 +0000 Subject: [PATCH] Upgrade/Install: Remove debugging artifacts from `wp-admin/upgrade.php` added in [1229]. Props rahulvaza. Fixes #47074. git-svn-id: https://develop.svn.wordpress.org/trunk@45633 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/upgrade.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/wp-admin/upgrade.php b/src/wp-admin/upgrade.php index 1e7feb8a16..d588c1f091 100644 --- a/src/wp-admin/upgrade.php +++ b/src/wp-admin/upgrade.php @@ -19,7 +19,6 @@ require( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); nocache_headers(); -timer_start(); require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); delete_site_transient( 'update_core' ); @@ -132,15 +131,6 @@ else :

- - -