From 619765602b9a306e350d9c5608109c7d98e409b5 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 3 Mar 2010 07:57:44 +0000 Subject: [PATCH] Second pass, replacing accidental ms-config-sample.php change with wp-config.ms. see #12094 git-svn-id: http://svn.automattic.com/wordpress/trunk@13572 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index 72be7cd2a..f3ead94d6 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -31,8 +31,6 @@ $parent_file = 'tools.php'; add_contextual_help( $current_screen, __( 'Network Settings') ); include( './admin-header.php' ); - -$dirs = array( substr( ABSPATH, 0, -1 ), ABSPATH . 'wp-content' ); ?>
@@ -48,7 +46,7 @@ $dirs = array( substr( ABSPATH, 0, -1 ), ABSPATH . 'wp-content' ); * * @since 3.0.0 */ -function ms_network_step1() { +function network_step1() { $active_plugins = get_option( 'active_plugins' ); if ( ! empty( $active_plugins ) ) { @@ -69,9 +67,10 @@ function ms_network_step1() { ?>

-

+

@@ -176,7 +175,7 @@ function ms_network_step2() { $vhost = stripslashes( $_POST['vhost' ] ); $prefix = $wpdb->base_prefix; - $config_sample = ABSPATH . 'wp-admin/includes/ms-config-sample.php'; + $config_sample = ABSPATH . 'wp-admin/includes/wp-config.ms'; if ( ! file_exists( $config_sample ) ) wp_die( sprintf( __( 'Sorry, I need a %s to work from. Please re-upload this file to your WordPress installation.' ), $config_sample ) ); @@ -262,7 +261,7 @@ function ms_network_step2() {
  • %s.htaccess with the following:' ), ABSPATH ); ?>

    +