Changeset 1420 for trunk/wp-admin/options-reading.php
- Timestamp:
- 06/13/2004 04:14:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r1411 r1420 2 2 require_once('../wp-includes/wp-l10n.php'); 3 3 4 $title = 'Reading Options';4 $title = __('Reading Options'); 5 5 $parent_file = 'options-general.php'; 6 6 … … 69 69 <th width="33%" scope="row"><?php _e('Show the most recent:') ?></th> 70 70 <td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php echo get_settings('posts_per_rss'); ?>" size="3" /> 71 posts</td>71 <?php _('posts') ?></td> 72 72 </tr> 73 73 <tr valign="top"> … … 75 75 <td><label> 76 76 <input name="rss_use_excerpt" type="radio" value="0" <?php checked(0, get_settings('rss_use_excerpt')); ?> /> 77 full text</label> <br />77 <?php _e('full text') ?></label> <br> 78 78 <label> 79 79 <input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> /> 80 summary</label> </td>80 <?php _('summary') ?></label> </td> 81 81 </tr> 82 82 </table>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)