Changeset 32327
- Timestamp:
- 04/29/2015 12:57:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r32326 r32327 3969 3969 continue; 3970 3970 3971 $ancestors[ $term->term_id ] = 1; ;3971 $ancestors[ $term->term_id ] = 1; 3972 3972 3973 3973 if ( $children = _get_term_children( $term->term_id, $terms, $taxonomy, $ancestors) )
Note: See TracChangeset
for help on using the changeset viewer.