#4374 closed defect (bug) (fixed)
taxonomy.php calling $in_terms intead of $terms in get_objects_in_term()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Appears on top of blog. tt.term_id is blank.
SELECT tr.object_id FROM wp_term_relationships AS tr INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tt.term_id IN () ORDER BY tr.object_id ASC
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
fix for blank var in get_objects_in_term()