diff --git a/wp-admin/network.php b/wp-admin/network.php index a2951641f8..faea32adb8 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -324,7 +324,7 @@ function network_step2( $errors = false ) { ?>
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.' ) . '