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

git-svn-id: https://develop.svn.wordpress.org/trunk@6763 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-09 00:19:48 +00:00
parent 2c80b3fb04
commit d9127f97e1
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) ) {