Opened 9 years ago
Closed 9 years ago
#32982 closed defect (bug) (fixed)
MS Sites List Table: Pagination broken when entering a page number
Reported by: | jeremyfelt | Owned by: | jeremyfelt |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Networks and Sites | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
When wp-admin/network/sites.php
shows a list table with more than one page, it is not possible to manually enter a page number go directly to a page. Pagination via prev/next arrows works fine.
This appears to have been introduced in [17322] when AJAX was removed from list tables. I don't think other tables have this trouble. It seems that the handling for the allblogs
action is getting in the way of a normal paged request.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
We can used the same "paged" handling as
wp-admin/network/users.php
when anallblogs
request happens without a matchingaction
oraction2
. 32982.diff does this.