Changeset 11312 for trunk/wp-admin/options-reading.php
- Timestamp:
- 05/12/2009 10:40:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r11283 r11312 27 27 <tr valign="top"> 28 28 <th scope="row"><?php _e('Front page displays')?></th> 29 <td><fieldset><legend class=" invisible"><span><?php _e('Front page displays')?></span></legend>29 <td><fieldset><legend class="screen-reader-text"><span><?php _e('Front page displays')?></span></legend> 30 30 <p><label> 31 31 <input name="show_on_front" type="radio" value="posts" class="tog" <?php checked('posts', get_option('show_on_front')); ?> /> … … 64 64 <tr valign="top"> 65 65 <th scope="row"><?php _e('For each article in a feed, show') ?> </th> 66 <td><fieldset><legend class=" invisible"><span><?php _e('For each article in a feed, show') ?> </span></legend>66 <td><fieldset><legend class="screen-reader-text"><span><?php _e('For each article in a feed, show') ?> </span></legend> 67 67 <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 /> 68 68 <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.