Make WordPress Core

Changeset 6763


Ignore:
Timestamp:
02/09/2008 12:19:48 AM (19 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.