Changeset 15904 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 10/21/2010 07:55:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r15843 r15904 504 504 $term = $term->term_id; 505 505 else 506 continue; 506 continue; 507 507 } 508 508 $children = array_merge( $children, get_term_children( $term, $taxonomy ) ); … … 2832 2832 return apply_filters('get_ancestors', $ancestors, $object_id, $object_type); 2833 2833 } 2834 2834 2835 2835 if ( is_taxonomy_hierarchical( $object_type ) ) { 2836 2836 $term = get_term($object_id, $object_type);
Note: See TracChangeset
for help on using the changeset viewer.