#4374 closed defect (bug) (fixed)
taxonomy.php calling $in_terms intead of $terms in get_objects_in_term()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | General | Version: | 2.3 |
| Severity: | normal | Keywords: | |
| 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)
For future patches, could you please use svn's diff command? Your patches seem to be header-less and don't apply (I did the last few by hand).
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

fix for blank var in get_objects_in_term()