From 75718ee8ef81471677eecfaec91b40e1d696754e Mon Sep 17 00:00:00 2001 From: nacin Date: Sat, 20 Mar 2010 22:44:07 +0000 Subject: [PATCH] Some improvements to the network.php mod_rewrite checks. see #12255 git-svn-id: http://svn.automattic.com/wordpress/trunk@13782 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index 9a45f4f67..e794a1ebb 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -117,28 +117,25 @@ function network_step1( $errors = false ) {

' . __( 'Please make sure the Apache mod_rewrite module is installed as it will be used at the end of this install.' ) . '

'; + echo '

' . __( 'Note:' ) . ' ' . __( 'Please make sure the Apache mod_rewrite module is installed as it will be used at the end of this install.' ) . '

'; else - echo '

' . __( 'Warning! It looks like Apache mod_rewrite module is not installed.' ) . '

'; - echo '

' . __( 'If mod_rewrite is disabled ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.' ) . '

'; + echo '

' . __( 'Warning!' ) . ' ' . __( 'It looks like the Apache mod_rewrite module is not installed.' ) . '

'; + echo '

' . __( 'If mod_rewrite is disabled, ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.' ) . '

'; } if ( 'localhost' != $hostname ) : ?>

You cannot change this later.' ); ?>

- - -

Note It looks like mod_rewrite is not installed.' ); ?>

- +