Make WordPress Core

Changeset 18979


Ignore:
Timestamp:
10/17/2011 06:57:06 PM (13 years ago)
Author:
nacin
Message:

Close strong tag. props scribu. fixes #18970.

File:
1 edited

Legend:

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

    r18899 r18979  
    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 ' <strong>' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '</strong>';
    357357            ?></p></li>
    358358            <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>
Note: See TracChangeset for help on using the changeset viewer.