Changeset 1434
- Timestamp:
- 06/18/2004 12:13:16 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r1433 r1434 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 <?php _ ('posts') ?></td>71 <?php _e('posts') ?></td> 72 72 </tr> 73 73 <tr valign="top">
Note: See TracChangeset
for help on using the changeset viewer.