Process posts_per_rss in WP_Query. http://mosquito.wordpress.org/view.php?id=864
git-svn-id: http://svn.automattic.com/wordpress/trunk@2299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -145,10 +145,6 @@ if ( is_404() ) {
|
||||
}
|
||||
}
|
||||
|
||||
// Getting settings from DB
|
||||
if ( isset($doing_rss) && $doing_rss == 1 )
|
||||
$posts_per_page = get_settings('posts_per_rss');
|
||||
|
||||
$use_gzipcompression = get_settings('gzipcompression');
|
||||
|
||||
$more_wpvars = array('posts_per_page', 'posts_per_archive_page', 'what_to_show', 'showposts', 'nopaging');
|
||||
|
||||
Reference in New Issue
Block a user