Show full content, including content after the more tag, for feeds. fixes #2582

git-svn-id: http://svn.automattic.com/wordpress/trunk@6763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-09 00:19:48 +00:00
parent 7f78733f6b
commit bf2f730177
1 changed files with 1 additions and 1 deletions

View File

@ -1559,7 +1559,7 @@ function setup_postdata($post) {
$page = get_query_var('page');
if ( !$page )
$page = 1;
if ( is_single() || is_page() )
if ( is_single() || is_page() || is_feed() )
$more = 1;
$content = $post->post_content;
if ( preg_match('/<!--nextpage-->/', $content) ) {