Changeset 6771
- Timestamp:
- 02/09/2008 07:36:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r6748 r6771 71 71 <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 /> 72 72 <label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_option('rss_use_excerpt')); ?> /> <?php _e('Summary') ?></label></p> 73 <p><?php _e('Note: If you use the <code><!--more--></code> feature, it will cut off posts in RSS feeds.'); ?></p>74 73 </td> 75 74 </tr>
Note: See TracChangeset
for help on using the changeset viewer.