summaryrefslogtreecommitdiffstats
path: root/wp-includes/query.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/query.php')
-rw-r--r--wp-includes/query.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-includes/query.php b/wp-includes/query.php
index c04f378..8114bd5 100644
--- a/wp-includes/query.php
+++ b/wp-includes/query.php
@@ -609,6 +609,7 @@ class WP_Query {
}
if ( $this->is_feed ) {
$q['posts_per_page'] = get_option('posts_per_rss');
+ $q['nopaging'] = false;
}
$q['posts_per_page'] = (int) $q['posts_per_page'];
if ( $q['posts_per_page'] < -1 )