diff --git a/plugins/wporg-5ftf/includes/pledge.php b/plugins/wporg-5ftf/includes/pledge.php index 79e451a..303bbe1 100755 --- a/plugins/wporg-5ftf/includes/pledge.php +++ b/plugins/wporg-5ftf/includes/pledge.php @@ -430,10 +430,6 @@ function filter_query( $query ) { break; } } - - // todo remove this when `rand` pagination fixed - // see https://github.com/WordPress/five-for-the-future/issues/70#issuecomment-549066883. - $query->set( 'posts_per_page', 100 ); } /**