Make WordPress Core


Ignore:
Timestamp:
09/14/2010 04:53:28 PM (13 years ago)
Author:
nacin
Message:

Correct typo and use full blogs.dir path. props filosofo, fixes #14871.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network.php

    r15225 r15618  
    325325        <ol>
    326326            <li><p><?php
    327                 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 );
     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 );
    328328                if ( WP_CONTENT_DIR != ABSPATH . 'wp-content' )
    329329                    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.