Make WordPress Core


Ignore:
Timestamp:
05/05/2004 08:00:13 AM (21 years ago)
Author:
saxmatt
Message:

Upgrades should run faster now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade.php

    r1117 r1229  
    33if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config-sample.php with the proper database connection information and renamed it to wp-config.php.");
    44require('../wp-config.php');
     5timer_start();
    56require('upgrade-functions.php');
    67
     
    5556<h2>Step 1</h2>
    5657<p>There's actually only one step. So if you see this, you're done. <a href="../">Have fun</a>! </p>
     58
     59<!--
     60<pre>
     61<?php echo $wpdb->num_queries; ?> queries
     62
     63<?php timer_stop(1); ?> seconds
     64</pre>
     65-->
     66
    5767<?php
    5868    break;
Note: See TracChangeset for help on using the changeset viewer.