Make WordPress Core


Ignore:
Timestamp:
05/04/2009 09:28:58 PM (17 years ago)
Author:
ryan
Message:

Use invisible class for hiding labels and legends.

File:
1 edited

Legend:

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

    r11133 r11180  
    8484<tr valign="top">
    8585<th scope="row"><?php _e('Membership') ?></th>
    86 <td> <fieldset><legend class="hidden"><?php _e('Membership') ?></legend><label for="users_can_register">
     86<td> <fieldset><legend class="invisible"><?php _e('Membership') ?></legend><label for="users_can_register">
    8787<input name="users_can_register" type="checkbox" id="users_can_register" value="1" <?php checked('1', get_option('users_can_register')); ?> />
    8888<?php _e('Anyone can register') ?></label>
     
    198198<th scope="row"><?php _e('Date Format') ?></th>
    199199<td>
    200     <fieldset><legend class="hidden"><?php _e('Date Format') ?></legend>
     200    <fieldset><legend class="invisible"><?php _e('Date Format') ?></legend>
    201201<?php
    202202
     
    231231<th scope="row"><?php _e('Time Format') ?></th>
    232232<td>
    233     <fieldset><legend class="hidden"><?php _e('Time Format') ?></legend>
     233    <fieldset><legend class="invisible"><?php _e('Time Format') ?></legend>
    234234<?php
    235235
Note: See TracChangeset for help on using the changeset viewer.