Opened 15 years ago
Closed 15 years ago
#11061 closed defect (bug) (fixed)
Wrong term link when permalinks turned off
Reported by: | scribu | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Permalinks | Keywords: | has-patch |
Focuses: | Cc: |
Description
Site URL: http://localhost/wp
Permalinks: Default
Taxonomy: 'genre'
Expected result:
http://localhost/wp/?genre=jazz
Actual result:
Attachments (2)
Change History (13)
#3
@
15 years ago
I think adding the slash to the add_permastruct() call will break pretty permas. The fix for #11179 should fix the slashing. That leaves returning pretty links when the crufty links should be returned. I think we can fix that by having get_extra_permastruct() return false if pretty links are not on, as is done with other get_*_permastruct calls.
#6
@
15 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
Slight glitch:
Permalinks off: http://localhost/wp/?genre=jazz (ok)
Permalinks on: http://localhost/wp//genre/jazz/ (notice the double slash after /wp)
Note: See
TracTickets for help on using
tickets.
See also #11179