Changeset 18492 for trunk/wp-admin/network.php
- Timestamp:
- 07/31/2011 10:16:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r18092 r18492 230 230 ?> 231 231 <h3><?php esc_html_e( 'Server Address' ); ?></h3> 232 <p><?php printf( __( 'We recommend you change your siteurl to <code>%1$s</code> before enabling the network feature. It will still be possible to visit your site using the <code>www</code> prefix with an address like <code>%2$s</code> but any links will not have the <code>www</code> prefix.' ), substr( $hostname, 4 ), $hostname ); ?></ h3>232 <p><?php printf( __( 'We recommend you change your siteurl to <code>%1$s</code> before enabling the network feature. It will still be possible to visit your site using the <code>www</code> prefix with an address like <code>%2$s</code> but any links will not have the <code>www</code> prefix.' ), substr( $hostname, 4 ), $hostname ); ?></p> 233 233 <table class="form-table"> 234 234 <tr>
Note: See TracChangeset
for help on using the changeset viewer.