#16857 closed defect (bug) (fixed)
[15613] -> no more _make_cat_compat() on queried_object
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1.1 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | Query | Keywords: | has-patch |
| Focuses: | Cc: |
Description
[15613] condensed the three different tax handling branches in WP_Query::get_queried_object() into one using calls to get_term or get_term_by. This means that there is no longer a call to _make_cat_compat() when is_category so a category object is missing the backwards compatible cat_* properties.
Reported in #wordpress-dev by kennetha
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Looks good.