Make WordPress Core

Ticket #1186: template-functions-category.diff

File template-functions-category.diff, 427 bytes (added by Alex Parkhomenko, 19 years ago)
  • wp-includes/template-functions-category.php

     
    256256                        }
    257257                }
    258258        }
    259 
     259        $exclusions = apply_filters('list_cats_exclusions', $exclusions );
     260       
    260261        if (intval($categories)==0){
    261262                $sort_column = 'cat_'.$sort_column;
    262263