Make WordPress Core


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

Use invisible class for hiding labels and legends.

File:
1 edited

Legend:

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

    r11133 r11180  
    2727<tr valign="top">
    2828<th scope="row"><?php _e('Front page displays')?></th>
    29 <td><fieldset><legend class="hidden"><?php _e('Front page displays')?></legend>
     29<td><fieldset><legend class="invisible"><?php _e('Front page displays')?></legend>
    3030    <p><label>
    3131        <input name="show_on_front" type="radio" value="posts" class="tog" <?php checked('posts', get_option('show_on_front')); ?> />
     
    6464<tr valign="top">
    6565<th scope="row"><?php _e('For each article in a feed, show') ?> </th>
    66 <td><fieldset><legend class="hidden"><?php _e('For each article in a feed, show') ?> </legend>
     66<td><fieldset><legend class="invisible"><?php _e('For each article in a feed, show') ?> </legend>
    6767<p><label><input name="rss_use_excerpt"  type="radio" value="0" <?php checked(0, get_option('rss_use_excerpt')); ?> /> <?php _e('Full text') ?></label><br />
    6868<label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_option('rss_use_excerpt')); ?> /> <?php _e('Summary') ?></label></p>
Note: See TracChangeset for help on using the changeset viewer.