Opened 15 years ago
Closed 15 years ago
#11389 closed defect (bug) (fixed)
is_paged() returns true for first page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Query | Keywords: | has-patch |
Focuses: | Cc: |
Description
domain.com/page/1 is_paged() returns true. the expected result would be false.
Attachments (1)
Change History (5)
#2
follow-up:
↓ 3
@
15 years ago
I thought we did a canonical redirect for that. Apparently not. Seems like the right fix to me. Anyone out there relying on the old, broken behavior?
Note: See
TracTickets for help on using
tickets.
one needs to var_dump() the mess before it gets redirected, in order to notice it.