From ac720d22ea89d81e52209a26661386002690b321 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Sun, 7 Feb 2010 02:13:20 +0000 Subject: [PATCH] Allow network install to be restarted, see #11881 git-svn-id: https://develop.svn.wordpress.org/trunk@13000 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a968142096..97b4919cc5 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:' ); ?>