Remove warning about more tag cutting off posts in feeds. Props lloydbudd. fixes #2582

git-svn-id: https://develop.svn.wordpress.org/trunk@6771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-09 19:36:25 +00:00
parent bfa0dd639a
commit 8e572ac78c
1 changed files with 1 additions and 2 deletions

View File

@ -70,7 +70,6 @@ include('admin-header.php');
<td>
<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 />
<label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_option('rss_use_excerpt')); ?> /> <?php _e('Summary') ?></label></p>
<p><?php _e('Note: If you use the <code>&lt;!--more--&gt;</code> feature, it will cut off posts in RSS feeds.'); ?></p>
</td>
</tr>
</table>
@ -128,4 +127,4 @@ endforeach;
</p>
</form>
</div>
<?php include('./admin-footer.php'); ?>
<?php include('./admin-footer.php'); ?>