Make WordPress Core

Ticket #12848: 12848.diff

File 12848.diff, 977 bytes (added by sivel, 15 years ago)

Add some additional instructions

  • wp-admin/network.php

     
    263263?>
    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 );
    269269define( 'VHOST', '<?php echo $vhost ? 'yes' : 'no'; ?>' );