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:
Dominik Schilling (ocean90)
2014-08-17 09:44:18 +00:00
parent 652e929bff
commit 663164eeca

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