From 0674ddc8461a148afbd09a497dba8fdbd95f00cd Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 20 Feb 2012 16:35:03 +0000 Subject: [PATCH] Align the spacing of the multisite constants with what has been long-established in wp-config and wp-config-sample. props ryanduff, fixes #19869. git-svn-id: http://svn.automattic.com/wordpress/trunk@19956 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index a3b09e818..2931cbbc8 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -367,13 +367,13 @@ function network_step2( $errors = false ) { ?>

  • wp-config.php file in %s above the line reading /* That’s all, stop editing! Happy blogging. */:' ), ABSPATH ); ?>

    +define('DOMAIN_CURRENT_SITE', ''); +define('PATH_CURRENT_SITE', ''); +define('SITE_ID_CURRENT_SITE', 1); +define('BLOG_ID_CURRENT_SITE', 1); '', 'SECURE_AUTH_KEY' => '', 'LOGGED_IN_KEY' => '', 'NONCE_KEY' => '', 'AUTH_SALT' => '', 'SECURE_AUTH_SALT' => '', 'LOGGED_IN_SALT' => '', 'NONCE_SALT' => '' ); foreach ( $keys_salts as $c => $v ) {