Make WordPress Core

Changeset 18492


Ignore:
Timestamp:
07/31/2011 10:16:19 PM (13 years ago)
Author:
nacin
Message:

Use correct closing tag. props pagesimplify. (wp-hackers)

File:
1 edited

Legend:

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

    r18092 r18492  
    230230        ?>
    231231        <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>
    233233        <table class="form-table">
    234234            <tr>
Note: See TracChangeset for help on using the changeset viewer.