Changeset 12909
- Timestamp:
- 01/31/2010 11:47:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r12883 r12909 179 179 <td> 180 180 <?php if ( !$invalid_host ) { ?> 181 < p><?php printf( __( 'This will be the Internet address of your site: <strong><em>%s</em></strong>.' ), $hostname ); ?></p>181 <?php printf( __( 'This will be the Internet address of your site: <strong><em>%s</em></strong>.' ), $hostname ); ?> 182 182 <input type='hidden' name='basedomain' value='<?php echo esc_attr( $hostname ); ?>' /> 183 183 <?php } else { ?> 184 < p><?php _e( 'Do not use an IP address (like 127.0.0.1) or a single word hostname like <q>localhost</q> as your server address.' ); ?></p>184 <?php _e( 'Do not use an IP address (like 127.0.0.1) or a single word hostname like <q>localhost</q> as your server address.' ); ?> 185 185 <?php } ?> 186 186 </td>
Note: See TracChangeset
for help on using the changeset viewer.