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
This commit is contained in:
nacin 2010-09-14 16:53:28 +00:00
parent 2671e9cc72
commit ead4562354
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ function network_step2( $errors = false ) {
?>
<ol>
<li><p><?php
printf( __( 'Create a <code>blogs.dir</code> directory in <code>%s</code>. 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 <code>blogs.dir</code> directory at <code>%s/blogs.dir</code>. 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 ' <strong>' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '</strong';
?></p></li>