Changeset 13613
- Timestamp:
- 03/06/2010 08:11:18 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r13611 r13613 85 85 wp_nonce_field( 'install-network-1' ); 86 86 if ( network_domain_check() ) { ?> 87 <h 2><?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> 89 89 <p class="existing-network"> 90 90 <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.