From 7f3a30a9c0f4b520592894527061be00e2c853b2 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Sat, 27 Feb 2010 18:48:43 +0000 Subject: [PATCH] add full file paths in network install, see #12332 git-svn-id: https://develop.svn.wordpress.org/trunk@13466 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/network.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index 3e0200c8a4..eaf0393dd3 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -101,7 +101,7 @@ function step2_htaccess() { wp_die( sprintf( __( 'Sorry, I need to be able to read %s. Please check the permissions on this file.' ), $htaccess_sample ) ); } ?> -
  • .htaccess with the following:' ); ?>

    +
  • %s.htaccess with the following:' ), ABSPATH ); ?>

    @@ -262,7 +262,7 @@ function step2() {

    Note: We recommend you make a backup copy of your existing wp-config.php and .htaccess files.' ); ?>

      -
    1. blogs.dir directory in your wp-content directory. This directory is used to stored uploaded media for your additional sites and must be writeable by the web server.' ); ?>
    2. +
    3. %s/blogs.dir directory. This directory is used to stored uploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR ); ?>
    @@ -286,7 +286,7 @@ function step2_config() { $wp_config_file = file( $config_sample ); ?> -
  • wp-config.php with the following:' ); ?>

    +
  • %swp-config.php with the following:' ), ABSPATH ); ?>