Make WordPress Core

Changeset 29514


Ignore:
Timestamp:
08/17/2014 09:44:18 AM (10 years ago)
Author:
ocean90
Message:

Add a label to site language setting.

see #15677.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r29030 r29514  
    308308?>
    309309    <tr>
    310         <th width="33%" scope="row"><?php _e('Site Language') ?></th>
     310        <th width="33%" scope="row"><label for="WPLANG"><?php _e('Site Language') ?></label></th>
    311311        <td>
    312312            <?php wp_dropdown_languages( array(
Note: See TracChangeset for help on using the changeset viewer.