Changeset 11283 for trunk/wp-admin/options-reading.php
- Timestamp:
- 05/11/2009 10:11:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r11204 r11283 27 27 <tr valign="top"> 28 28 <th scope="row"><?php _e('Front page displays')?></th> 29 <td><fieldset><legend class="invisible">< ?php _e('Front page displays')?></legend>29 <td><fieldset><legend class="invisible"><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">< ?php _e('For each article in a feed, show') ?></legend>66 <td><fieldset><legend class="invisible"><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.