[wp-trac] [WordPress Trac] #17069: missing get_term_parents() function

WordPress Trac wp-trac at lists.automattic.com
Fri May 27 07:48:36 UTC 2011


#17069: missing get_term_parents() function
-------------------------+-----------------------------
 Reporter:  thomask      |       Owner:
     Type:  enhancement  |      Status:  reopened
 Priority:  normal       |   Milestone:  Future Release
Component:  Taxonomy     |     Version:  3.1
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------------

Comment (by rafaehlers):

 thomask: you missed on line 55 the argument $taxonomy

 '''actual''': $chain .= get_term_parents( $parent->parent, $link,
 $separator, $nicename, $visited );

 '''should be''': $chain .= get_term_parents( $parent->parent,
 '''$taxonomy,''' $link, $separator, $nicename, $visited );

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17069#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list