Changeset 5314
- Timestamp:
- 04/25/07 18:54:29 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/query.php
r5289 r5314 885 885 $whichcat .= get_category_children($q['cat'], '', ', '); 886 886 $whichcat = substr($whichcat, 0, -2); 887 $whichcat .= ") AND rel_type = 'category'";887 $whichcat .= ")"; 888 888 $groupby = "{$wpdb->posts}.ID"; 889 889 }
