mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Remove warning about more tag cutting off posts in feeds. Props lloydbudd. fixes #2582
git-svn-id: http://svn.automattic.com/wordpress/trunk@6771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ce4fb5e015
commit
1ab042a3fb
@ -70,7 +70,6 @@ include('admin-header.php');
|
|||||||
<td>
|
<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 />
|
<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>
|
<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><!--more--></code> feature, it will cut off posts in RSS feeds.'); ?></p>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -128,4 +127,4 @@ endforeach;
|
|||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<?php include('./admin-footer.php'); ?>
|
<?php include('./admin-footer.php'); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user