Remove large per-page limit

This commit is contained in:
Kelly Dwan 2019-12-11 13:30:15 -05:00
parent fe351ae6f8
commit 4d49cba22c
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -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 );
}
/**