mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user