Changeset 52485 for branches/3.8/src/wp-includes/taxonomy.php
- Timestamp:
- 01/06/2022 06:26:53 PM (3 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
- Property svn:mergeinfo changed
/trunk merged: 52454,52456-52457
- Property svn:mergeinfo changed
-
branches/3.8/src/wp-includes/taxonomy.php
r37141 r52485 813 813 } 814 814 815 $query['terms'] = array_unique( (array) $query['terms'] ); 815 if ( 'slug' === $query['field'] || 'name' === $query['field'] ) { 816 $query['terms'] = array_unique( (array) $query['terms'] ); 817 } else { 818 $query['terms'] = wp_parse_id_list( $query['terms'] ); 819 } 816 820 817 821 if ( is_taxonomy_hierarchical( $query['taxonomy'] ) && $query['include_children'] ) {
Note: See TracChangeset
for help on using the changeset viewer.