Ticket #1186: template-functions-category.diff
File template-functions-category.diff, 427 bytes (added by , 19 years ago) |
---|
-
wp-includes/template-functions-category.php
256 256 } 257 257 } 258 258 } 259 259 $exclusions = apply_filters('list_cats_exclusions', $exclusions ); 260 260 261 if (intval($categories)==0){ 261 262 $sort_column = 'cat_'.$sort_column; 262 263