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 ); ?>