#221 closed defect (bug) (fixed)
Filtering categories does not work for monthly archives
Reported by: | Brak | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
When viewing montly categories (?m=200408) and using category filters up top ($cat = "1,7,9,10";) It requires a space ($cat = "1, 7, 9, 10";), while all other pages (main view, etc) do not.
Change History (5)
Note: See
TracTickets for help on using
tickets.
We seem to be ignoring $cat info if any date is set in WP_Query (around line 336). Passing to Ryan.