Changeset 5112
- Timestamp:
- 03/26/07 17:25:15 (1 year ago)
- Files:
-
- trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category.php
r4848 r5112 78 78 else 79 79 $where .= ' AND category_count > 0'; 80 } 80 } else { 81 $where .= ' AND ( tag_count = 0 OR ( tag_count != 0 AND ( link_count > 0 OR category_count > 0 ) ) ) '; 82 } 83 84 81 85 82 86 if ( !empty($number) )
