From ead45623543b70ef7c092bc1bf3d0dc61e2b5b04 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 14 Sep 2010 16:53:28 +0000 Subject: [PATCH] Correct typo and use full blogs.dir path. props filosofo, fixes #14871. git-svn-id: http://svn.automattic.com/wordpress/trunk@15618 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 a2951641f..faea32adb 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -324,7 +324,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 ); + printf( __( 'Create a blogs.dir directory at %s/blogs.dir. This directory is used to store uploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR ); if ( WP_CONTENT_DIR != ABSPATH . 'wp-content' ) echo ' ' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '