Make WordPress Core

Ticket #18970: 18970.diff

File 18970.diff, 1.1 KB (added by scribu, 14 years ago)
  • wp-admin/network.php

    diff --git wp-admin/network.php wp-admin/network.php
    index 7ebaa91..1b62449 100644
    function network_step2( $errors = false ) { 
    353353                        <li><p><?php
    354354                                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 );
    355355                                if ( WP_CONTENT_DIR != ABSPATH . 'wp-content' )
    356                                         echo ' <strong>' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '</strong';
     356                                        echo '<div class="error"><p><strong>' . __('Warning!') . '</strong> ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '</p></div>';
     357
    357358                        ?></p></li>
    358359                        <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>
    359360                                <textarea class="code" readonly="readonly" cols="100" rows="7">