Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29870, comment 15


Ignore:
Timestamp:
11/12/2015 07:01:48 AM (10 years ago)
Author:
bradyvercher
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29870, comment 15

    initial v1  
    11I 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.
    22
    3 It 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].
     3I 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].