Changeset 31813
- Timestamp:
- 03/18/2015 06:22:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r31792 r31813 1825 1825 if ( ! empty( $exclusions ) ) { 1826 1826 $exclusions = ' AND t.term_id NOT IN (' . implode( ',', array_map( 'intval', $exclusions ) ) . ')'; 1827 } else { 1828 $exclusions = ''; 1827 1829 } 1828 1830
Note: See TracChangeset
for help on using the changeset viewer.