Changes from trunk/src/wp-includes/taxonomy.php at r25596 to branches/3.7/src/wp-includes/taxonomy.php at r25936
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-includes/taxonomy.php
r25596 r25936 1363 1363 if ( ! empty( $exclude_tree ) ) { 1364 1364 $exclude_tree = wp_parse_id_list( $exclude_tree ); 1365 $excluded_children = array();1365 $excluded_children = $exclude_tree; 1366 1366 foreach ( $exclude_tree as $extrunk ) { 1367 1367 $excluded_children = array_merge(
Note: See TracChangeset
for help on using the changeset viewer.