mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add a label to site language setting.
see #15677. git-svn-id: https://develop.svn.wordpress.org/trunk@29514 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -307,7 +307,7 @@ endfor;
|
||||
if ( $languages ) :
|
||||
?>
|
||||
<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>
|
||||
<?php wp_dropdown_languages( array(
|
||||
'name' => 'WPLANG',
|
||||
|
||||
Reference in New Issue
Block a user