mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
e0c3676423
commit
a1c4c4789f
@ -237,13 +237,10 @@ if (isset($_GET['updated'])) {
|
|||||||
if ( ! empty( $languages ) ) {
|
if ( ! empty( $languages ) ) {
|
||||||
$lang = get_site_option( 'WPLANG' );
|
$lang = get_site_option( 'WPLANG' );
|
||||||
?>
|
?>
|
||||||
<h3><?php _e( 'Network Wide Settings' ); ?></h3>
|
<h3><?php _e( 'Language Settings' ); ?></h3>
|
||||||
<div class="updated inline"><p><strong><?php _e( 'Notice:' ); ?></strong> <?php _e( 'These settings may be overridden by site owners.' ); ?></p></div>
|
|
||||||
<table class="form-table">
|
<table class="form-table">
|
||||||
<?php
|
|
||||||
?>
|
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th><label for="WPLANG"><?php _e( 'Default Language' ) ?></label></th>
|
<th><label for="WPLANG"><?php _e( 'Default Language' ); ?></label></th>
|
||||||
<td>
|
<td>
|
||||||
<select name="WPLANG" id="WPLANG">
|
<select name="WPLANG" id="WPLANG">
|
||||||
<?php mu_dropdown_languages( $languages, get_site_option( 'WPLANG' ) ); ?>
|
<?php mu_dropdown_languages( $languages, get_site_option( 'WPLANG' ) ); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user