From f963c99d5a8fd62c856eeefffe0aab9831b92aaa Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Wed, 14 Apr 2004 17:10:12 +0000 Subject: [PATCH] Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever. git-svn-id: https://develop.svn.wordpress.org/trunk@1068 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/install.php | 3 ++- wp-admin/upgrade.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index fffcac0353..d2d2dbfa94 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -14,6 +14,7 @@ if (!$step) $step = 0;