Skip to content

Commit

Permalink
Add wp_list_categories filter. Props Mark Jaquith. fixes #3586
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@4755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Jan 16, 2007
1 parent a78920e commit ad41aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/category-template.php
Expand Up @@ -255,7 +255,7 @@ function wp_list_categories($args = '') {
if ( $title_li && 'list' == $style )
$output .= '</ul></li>';

echo apply_filters('list_cats', $output);
echo apply_filters('wp_list_categories', $output);
}

//
Expand Down

0 comments on commit ad41aed

Please sign in to comment.