Changeset 6763

Show
Ignore:
Timestamp:
02/09/08 00:19:48 (7 months ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/query.php

    r6760 r6763  
    15601560    if ( !$page ) 
    15611561        $page = 1; 
    1562     if ( is_single() || is_page()
     1562    if ( is_single() || is_page() || is_feed()
    15631563        $more = 1; 
    15641564    $content = $post->post_content;