Opened 14 years ago
Closed 14 years ago
#16208 closed defect (bug) (fixed)
Redirect list table requests with paged greater than total pages.
Reported by: | markjaquith | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Some list table pages have redirects for when paged
is greater than the total number of pages. Some list table pages don't have the redirect. We should centralize this behavior.
See #16187
Attachments (3)
Change History (13)
@
14 years ago
check for headers_sent()
as well, so that it won't break plugins and themes in case they prepare_items()
after headers are sent
#5
@
14 years ago
With ticket:16357:garyc40.16356.2.diff, hasn't this actually become a duplicate of #16357?
#6
@
14 years ago
I thought so at first, but then it seems like ticket:16357:garyc40.16356.2.diff is too much for 3.1 when we're at RC 3.
Mark Jaquith agreed that we could try that patch out early in 3.2. So I guess it's safe to leave this ticket open until then.
I'll refresh the patch we have here after 3.1 is out.
first attempt, needs sanity check