Ticket #14871: easier-directory-copying.14871.diff
| File easier-directory-copying.14871.diff, 882 bytes (added by , 15 years ago) |
|---|
-
wp-admin/network.php
324 324 ?> 325 325 <ol> 326 326 <li><p><?php 327 printf( __( 'Create a <code>blogs.dir</code> directory in <code>%s</code>. This directory is used to storeduploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR );327 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 ); 328 328 if ( WP_CONTENT_DIR != ABSPATH . 'wp-content' ) 329 329 echo ' <strong>' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '</strong'; 330 330 ?></p></li>