Make WordPress Core

Changeset 16406


Ignore:
Timestamp:
11/16/2010 05:51:45 PM (14 years ago)
Author:
nacin
Message:

Remove unnecessary message in network/settings. see #14435

File:
1 edited

Legend:

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

    r16272 r16406  
    8383                    <label><input name="registration" type="radio" id="registration3" value="blog"<?php checked( $reg, 'blog') ?> /> <?php _e( 'Logged in users may register new sites.' ); ?></label><br />
    8484                    <label><input name="registration" type="radio" id="registration4" value="all"<?php checked( $reg, 'all') ?> /> <?php _e( 'Both sites and user accounts can be registered.' ); ?></label><br />
    85                     <p><?php _e( 'Disable or enable registration and who or what can be registered. (Default is disabled.)' ); ?></p>
    86                     <?php if ( is_subdomain_install() ) {
    87                         echo '<p>' . __( 'If registration is disabled, please set <code>NOBLOGREDIRECT</code> in <code>wp-config.php</code> to a URL you will redirect visitors to if they visit a non-existent site.' ) . '</p>';
    88                     } ?>
     85                    <?php if ( is_subdomain_install() )
     86                        _e( 'If registration is disabled, please set <code>NOBLOGREDIRECT</code> in <code>wp-config.php</code> to a URL you will redirect visitors to if they visit a non-existent site.' );
     87                    ?>
    8988                </td>
    9089            </tr>
Note: See TracChangeset for help on using the changeset viewer.