I18N: Use correct value for the for
attribute of the user language setting label.
Props johnjamesjacoby. Fixes #38576. git-svn-id: https://develop.svn.wordpress.org/trunk@39039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4de2e30bb4
commit
7d378f82d0
@ -277,7 +277,7 @@ if ( $languages ) : ?>
|
||||
<tr class="user-language-wrap">
|
||||
<th scope="row">
|
||||
<?php /* translators: The user language selection field label */ ?>
|
||||
<label for="site_language"><?php _e( 'Language' ); ?></label>
|
||||
<label for="locale"><?php _e( 'Language' ); ?></label>
|
||||
</th>
|
||||
<td>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user