#15007 closed defect (bug) (fixed)
$wp_query->query_vars['cat'] not set properly
Reported by: | ryan | Owned by: | scribu |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
I've noticed some themes are returning the same content for all categories when running current trunk (when visiting /category/foo|bar|baz). They have usage of $wp_query->query_vars['cat'] in common. Switching them to get_queried_object_id() fixes them, but we should preserve back compat.
Note: See
TracTickets for help on using
tickets.
Caused by #15007.
I'm on it.