Make WordPress Core

Changeset 13999


Ignore:
Timestamp:
04/04/2010 11:49:11 PM (15 years ago)
Author:
nacin
Message:

More verbose message on how to add MS constants to one's config file. props sivel, see #12848

File:
1 edited

Legend:

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

    r13930 r13999  
    264264        <ol>
    265265            <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 ); ?></p></li>
    266             <li><p><?php printf( __( 'Add the following to your <code>wp-config.php</code> file in <code>%s</code>:' ), ABSPATH ); ?></p>
     266            <li><p><?php printf( __( 'Add the following to your <code>wp-config.php</code> file in <code>%s</code> <strong>above</strong> the line reading <code>/* That&#8217;s all, stop editing! Happy blogging. */</code>:' ), ABSPATH ); ?></p>
    267267                <textarea class="code" readonly="readonly" cols="100" rows="7">
    268268define( 'MULTISITE', true );
Note: See TracChangeset for help on using the changeset viewer.