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:
Dominik Schilling 2014-08-17 09:45:16 +00:00
parent ac463e5c71
commit d54e72183a

View File

@ -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',