mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Associate lables with form fields. Fixes #6859 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -162,7 +162,7 @@ include ('admin-header.php');
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<th scope="row"><?php _e('Admin Color Scheme')?></th>
|
||||
<td>
|
||||
<td><fieldset><legend class="hidden"><?php _e('Admin Color Scheme')?></legend>
|
||||
<?php
|
||||
$current_color = get_user_option('admin_color');
|
||||
if ( empty($current_color) )
|
||||
@@ -181,7 +181,7 @@ foreach ( $_wp_admin_css_colors as $color => $color_info ): ?>
|
||||
<label for="admin_color_<?php echo $color; ?>"><?php echo $color_info->name ?></label>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
</td>
|
||||
</fieldset></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user