Make WordPress Core


Ignore:
Timestamp:
08/30/2005 11:25:34 PM (21 years ago)
Author:
matt
Message:

Fixes #1186 for 1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-category.php

    r2655 r2831  
    263263        }
    264264
     265        $exclusions = apply_filters('list_cats_exclusions', $exclusions );
     266
    265267        if (intval($categories)==0){
    266268                $sort_column = 'cat_'.$sort_column;
Note: See TracChangeset for help on using the changeset viewer.