Make WordPress Core

Changeset 16271


Ignore:
Timestamp:
11/10/2010 02:01:39 PM (13 years ago)
Author:
nacin
Message:

Network Wide Settings -> Language Settings and kill the notice, which is implicit enough with the word 'Default.' see #14435.

File:
1 edited

Legend:

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

    r15868 r16271  
    238238            $lang = get_site_option( 'WPLANG' );
    239239?>
    240         <h3><?php _e( 'Network Wide Settings' ); ?></h3>
    241         <div class="updated inline"><p><strong><?php _e( 'Notice:' ); ?></strong> <?php _e( 'These settings may be overridden by site owners.' ); ?></p></div>
    242         <table class="form-table">
    243             <?php
    244                 ?>
     240        <h3><?php _e( 'Language Settings' ); ?></h3>
     241        <table class="form-table">
    245242                <tr valign="top">
    246                     <th><label for="WPLANG"><?php _e( 'Default Language' ) ?></label></th>
     243                    <th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
    247244                    <td>
    248245                        <select name="WPLANG" id="WPLANG">
Note: See TracChangeset for help on using the changeset viewer.