Use invisible class for hiding labels and legends.

git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2009-05-04 21:28:58 +00:00
parent 1504303718
commit 4a047f4240
27 changed files with 68 additions and 67 deletions

View File

@@ -83,7 +83,7 @@ include('./admin-header.php');
</tr>
<tr valign="top">
<th scope="row"><?php _e('Membership') ?></th>
<td> <fieldset><legend class="hidden"><?php _e('Membership') ?></legend><label for="users_can_register">
<td> <fieldset><legend class="invisible"><?php _e('Membership') ?></legend><label for="users_can_register">
<input name="users_can_register" type="checkbox" id="users_can_register" value="1" <?php checked('1', get_option('users_can_register')); ?> />
<?php _e('Anyone can register') ?></label>
</fieldset></td>
@@ -197,7 +197,7 @@ if (empty($tzstring)) { // set the Etc zone if no timezone string exists
<tr>
<th scope="row"><?php _e('Date Format') ?></th>
<td>
<fieldset><legend class="hidden"><?php _e('Date Format') ?></legend>
<fieldset><legend class="invisible"><?php _e('Date Format') ?></legend>
<?php
$date_formats = apply_filters( 'date_formats', array(
@@ -230,7 +230,7 @@ if (empty($tzstring)) { // set the Etc zone if no timezone string exists
<tr>
<th scope="row"><?php _e('Time Format') ?></th>
<td>
<fieldset><legend class="hidden"><?php _e('Time Format') ?></legend>
<fieldset><legend class="invisible"><?php _e('Time Format') ?></legend>
<?php
$time_formats = apply_filters( 'time_formats', array(