Make WordPress Core

Changeset 13613


Ignore:
Timestamp:
03/06/2010 08:11:18 PM (15 years ago)
Author:
nacin
Message:

Remove htaccess.ms and wp-config.ms templates. These were brought inline in [13611]. see #11816

Location:
trunk/wp-admin
Files:
2 deleted
1 edited

Legend:

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

    r13611 r13613  
    8585    wp_nonce_field( 'install-network-1' );
    8686    if ( network_domain_check() ) { ?>
    87         <h2><?php esc_html_e( 'Existing Sites' ); ?></h2>
    88         <p><?php _e( 'An existing WordPress Network was detected.' ); ?></p>
     87        <h3><?php esc_html_e( 'Existing Network' ); ?></h3>
     88        <div class="updated inline"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php _e( 'An existing network was detected.' ); ?></p></div>
    8989        <p class="existing-network">
    9090            <label><input type='checkbox' name='existing_network' value='1' /> <?php _e( 'Yes, keep the existing network of sites.' ); ?></label><br />
Note: See TracChangeset for help on using the changeset viewer.