[wp-trac] [WordPress Trac] #4374: taxonomy.php calling $in_terms intead of $terms in get_objects_in_term()

WordPress Trac wp-trac at lists.automattic.com
Thu May 31 03:41:37 GMT 2007


#4374: taxonomy.php calling $in_terms intead of $terms in get_objects_in_term()
---------------------+------------------------------------------------------
 Reporter:  schulte  |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.3      
Component:  General  |     Version:  2.3      
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4374>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list