Changeset 25936 for branches/3.7/src/wp-includes/taxonomy.php
- Timestamp:
- 10/26/2013 07:00:57 PM (11 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25933
- Property svn:mergeinfo changed
-
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.