Changeset 15618 for trunk/wp-admin/network.php
- Timestamp:
- 09/14/2010 04:53:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r15225 r15618 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';
Note: See TracChangeset
for help on using the changeset viewer.