Changeset 8968
- Timestamp:
- 09/24/2008 08:03:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r8961 r8968 1790 1790 } 1791 1791 1792 if ( !empty($q['category__in']) || !empty($q['category__not_in']) || !empty($q['category__and'])) {1792 if ( !empty($q['category__in']) ) { 1793 1793 $groupby = "{$wpdb->posts}.ID"; 1794 1794 } … … 1870 1870 } 1871 1871 1872 if ( !empty($q['tag__in']) || !empty($q['tag__not_in']) || !empty($q['tag__and']) || 1873 !empty($q['tag_slug__in']) || !empty($q['tag_slug__and']) ) { 1872 if ( !empty($q['tag__in']) || !empty($q['tag_slug__in']) ) { 1874 1873 $groupby = "{$wpdb->posts}.ID"; 1875 1874 }
Note: See TracChangeset
for help on using the changeset viewer.