Changeset 36006 for branches/4.4/src/wp-includes/category-template.php
- Timestamp:
- 12/18/2015 06:13:58 PM (9 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/category-template.php
r35851 r36006 551 551 552 552 if ( $r['exclude_tree'] ) { 553 $exclude_tree = array_merge( $exclude_tree, (array) $r['exclude_tree']);553 $exclude_tree = array_merge( $exclude_tree, wp_parse_id_list( $r['exclude_tree'] ) ); 554 554 } 555 555 556 556 if ( $r['exclude'] ) { 557 $exclude_tree = array_merge( $exclude_tree, (array) $r['exclude']);557 $exclude_tree = array_merge( $exclude_tree, wp_parse_id_list( $r['exclude'] ) ); 558 558 } 559 559
Note: See TracChangeset
for help on using the changeset viewer.