From 2fc834c5509d68036d03a15700ed2a8d9e6ca619 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@13999 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 c39b3be6ba..12ff3e1adc 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 ); ?>