Changeset 7667
- Timestamp:
- 04/14/2008 05:56:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r7626 r7667 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 }
Note: See TracChangeset
for help on using the changeset viewer.