Make WordPress Core


Ignore:
Timestamp:
02/21/2014 07:32:52 PM (12 years ago)
Author:
nacin
Message:

Embolden some instructions when installing a network.

props Ipstenu.
fixes #27057.

File:
1 edited

Legend:

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

    r27112 r27226  
    471471
    472472    ?>
    473         <li><p><?php printf( __( 'Add the following to your <code>web.config</code> file in <code>%s</code>, replacing other WordPress rules:' ), $home_path ); ?></p>
     473        <li><p><?php printf( __( 'Add the following to your <code>web.config</code> file in <code>%s</code>, <strong>replacing</strong> other WordPress rules:' ), $home_path ); ?></p>
    474474        <?php
    475475        if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
     
    505505
    506506        ?>
    507         <li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, replacing other WordPress rules:' ), $home_path ); ?></p>
     507        <li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, <strong>replacing</strong> other WordPress rules:' ), $home_path ); ?></p>
    508508        <?php
    509509        if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
Note: See TracChangeset for help on using the changeset viewer.