Changes between Initial Version and Version 1 of Ticket #29870, comment 15
- Timestamp:
- 11/12/2015 07:01:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29870, comment 15
initial v1 1 1 I ran into issues with this earlier today where the pagination no longer works with custom views that modify the query. The total items count used to be calculated based on `$wp_query->found_posts`, so pagination correctly accounted for any changes to the query, but that's no longer the case. 2 2 3 I t tried to find a way to fix the pagination args from outside the list table, but it doesn't look like it's possible after [34271].3 I tried to find a way to fix the pagination args from outside the list table class, but it doesn't look like it's possible after [34271].