mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Add a label to site language setting.
see #15677. Built from https://develop.svn.wordpress.org/trunk@29514 git-svn-id: http://core.svn.wordpress.org/trunk@29291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ac463e5c71
commit
d54e72183a
@ -307,7 +307,7 @@ endfor;
|
|||||||
if ( $languages ) :
|
if ( $languages ) :
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th width="33%" scope="row"><?php _e('Site Language') ?></th>
|
<th width="33%" scope="row"><label for="WPLANG"><?php _e('Site Language') ?></label></th>
|
||||||
<td>
|
<td>
|
||||||
<?php wp_dropdown_languages( array(
|
<?php wp_dropdown_languages( array(
|
||||||
'name' => 'WPLANG',
|
'name' => 'WPLANG',
|
||||||
|
Loading…
Reference in New Issue
Block a user