Make WordPress Core


Ignore:
Timestamp:
10/21/2010 07:55:28 PM (16 years ago)
Author:
nacin
Message:

Pruning shears.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r15843 r15904  
    504504                                        $term = $term->term_id;
    505505                                else
    506                                         continue;                               
     506                                        continue;
    507507                        }
    508508                        $children = array_merge( $children, get_term_children( $term, $taxonomy ) );
     
    28322832                return apply_filters('get_ancestors', $ancestors, $object_id, $object_type);
    28332833        }
    2834        
     2834
    28352835        if ( is_taxonomy_hierarchical( $object_type ) ) {
    28362836                $term = get_term($object_id, $object_type);
Note: See TracChangeset for help on using the changeset viewer.