Cat row filtering cleanup from jhodgdon. see #8146

git-svn-id: https://develop.svn.wordpress.org/trunk@9757 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-18 17:25:43 +00:00
parent 493b015ac2
commit 71f1b7557f
2 changed files with 28 additions and 36 deletions
-1
View File
@@ -143,7 +143,6 @@ if ( $categories ) {
foreach ( $categories as $category ) {
$output .= link_cat_row($category);
}
$output = apply_filters('cat_rows', $output);
echo $output;
unset($category);
}