From 830e5e5316bb01e0f32d648e2f772eeae9467dfa Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Sun, 7 Feb 2010 02:13:20 +0000 Subject: [PATCH] Allow network install to be restarted, see #11881 git-svn-id: http://svn.automattic.com/wordpress/trunk@13000 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 78 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 62 insertions(+), 16 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index a96814209..97b4919cc 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -96,8 +96,6 @@ function step2_htaccess() { } else { wp_die( sprintf( __( 'Sorry, I need to be able to read %s. Please check the permissions on this file.' ), $htaccess_sample ) ); } - - //@todo: check for super-cache in use ?>
  • .htaccess with the following:' ); ?>