Admin includes reorg. see #4334

git-svn-id: https://develop.svn.wordpress.org/trunk@5542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-05-25 07:16:21 +00:00
parent c018ceb6bd
commit 09f70467e0
24 changed files with 2791 additions and 2726 deletions

View File

@@ -6,7 +6,7 @@ if (!file_exists('../wp-config.php')) {
}
require_once('../wp-config.php');
require_once('./upgrade-functions.php');
require_once('./includes/upgrade.php');
if (isset($_GET['step']))
$step = $_GET['step'];