Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#4374 closed defect (bug) (fixed)

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

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

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

Download all attachments as: .zip

Change History (7)

@schulte
18 years ago

fix for blank var in get_objects_in_term()

#1 @rob1n
18 years ago

  • Owner changed from anonymous to rob1n

#2 @rob1n
18 years ago

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).

#3 @rob1n
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#4 @schulte
18 years ago

Will do, sorry about that Robin.

#5 @schulte
18 years ago

Er, rob1n.

#6 @rob1n
18 years ago

No problem.

Note: See TracTickets for help on using tickets.