From 149ac737668fb310bf76b000c9e7f963c8d1b9a1 Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 4 Apr 2010 23:49:11 +0000 Subject: [PATCH] More verbose message on how to add MS constants to one's config file. props sivel, see #12848 git-svn-id: http://svn.automattic.com/wordpress/trunk@13999 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index c39b3be6b..12ff3e1ad 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -263,7 +263,7 @@ function network_step2( $errors = false ) { ?>
  1. blogs.dir directory in %s. This directory is used to stored uploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR ); ?>

  2. -
  3. wp-config.php file in %s:' ), ABSPATH ); ?>

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