Changeset 7668
- Timestamp:
- 04/14/08 17:57:30 (3 months ago)
- Files:
-
- branches/2.5/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/link-template.php
r7627 r7668 555 555 556 556 if ( !empty($excluded_categories) ) { 557 $posts_in_ex_cats_sql = " AND tt.t erm_id NOT IN (" . implode($excluded_categories, ',') . ')';557 $posts_in_ex_cats_sql = " AND tt.taxonomy = 'category' AND tt.term_id NOT IN (" . implode($excluded_categories, ',') . ')'; 558 558 } 559 559 }
