Changeset 5112

Show
Ignore:
Timestamp:
03/26/07 17:25:15 (1 year ago)
Author:
matt
Message:

Don't show tags on the category page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/category.php

    r4848 r5112  
    7878        else 
    7979            $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     
    8185 
    8286    if ( !empty($number) )