Changeset 930974
- Timestamp:
- 06/12/2014 09:32:46 AM (12 years ago)
- File:
-
- 1 edited
-
wp-permastructure/trunk/wp-permastructure.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-permastructure/trunk/wp-permastructure.php
r917243 r930974 349 349 function get_term_parents( $id, $taxonomy, $link = false, $separator = '/', $nicename = false, $visited = array() ) { 350 350 $chain = ''; 351 $parent = &get_term( $id, $taxonomy );351 $parent = get_term( $id, $taxonomy ); 352 352 if ( is_wp_error( $parent ) ) 353 353 return $parent;
Note: See TracChangeset
for help on using the changeset viewer.