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

git-svn-id: http://svn.automattic.com/wordpress/trunk@16271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-11-10 14:01:39 +00:00
parent e0c3676423
commit a1c4c4789f
1 changed files with 2 additions and 5 deletions

View File

@ -237,13 +237,10 @@ if (isset($_GET['updated'])) {
if ( ! empty( $languages ) ) {
$lang = get_site_option( 'WPLANG' );
?>
<h3><?php _e( 'Network Wide Settings' ); ?></h3>
<div class="updated inline"><p><strong><?php _e( 'Notice:' ); ?></strong> <?php _e( 'These settings may be overridden by site owners.' ); ?></p></div>
<h3><?php _e( 'Language Settings' ); ?></h3>
<table class="form-table">
<?php
?>
<tr valign="top">
<th><label for="WPLANG"><?php _e( 'Default Language' ) ?></label></th>
<th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
<td>
<select name="WPLANG" id="WPLANG">
<?php mu_dropdown_languages( $languages, get_site_option( 'WPLANG' ) ); ?>