Make WordPress Core


Ignore:
Timestamp:
03/23/2005 09:39:22 PM (20 years ago)
Author:
ryan
Message:

Feeds should always show x posts, not x days. http://mosquito.wordpress.org/view.php?id=1159

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r2466 r2475  
    250250            }
    251251        }
    252         if ( $this->is_feed )
     252        if ( $this->is_feed ) {
    253253            $q['posts_per_page'] = get_settings('posts_per_rss');
     254            $q['what_to_show'] = 'posts';
     255        }
    254256   
    255257        $add_hours = intval(get_settings('gmt_offset'));
Note: See TracChangeset for help on using the changeset viewer.