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:
parent
2c80b3fb04
commit
d9127f97e1
|
@ -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) ) {
|
||||
|
|
Loading…
Reference in New Issue