Fixes #1186 for 1.6
git-svn-id: http://svn.automattic.com/wordpress/trunk@2831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2b1dc4616d
commit
5fd72f93fb
|
@ -262,6 +262,8 @@ function list_cats($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_orde
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$exclusions = apply_filters('list_cats_exclusions', $exclusions );
|
||||||
|
|
||||||
if (intval($categories)==0){
|
if (intval($categories)==0){
|
||||||
$sort_column = 'cat_'.$sort_column;
|
$sort_column = 'cat_'.$sort_column;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue