Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4374 closed defect (bug) (fixed)

taxonomy.php calling $in_terms intead of $terms in get_objects_in_term()

Reported by: schulte Owned by: rob1n
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)

taxonomy.diff (608 bytes) - added by schulte 6 years ago.
fix for blank var in get_objects_in_term()

Download all attachments as: .zip

Change History (7)

schulte6 years ago

fix for blank var in get_objects_in_term()

  • Owner changed from anonymous to rob1n

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

(In [5613]) Fix variable typo. Props schulte. fixes #4374

Will do, sorry about that Robin.

Er, rob1n.

No problem.

Note: See TracTickets for help on using tickets.