Add wp_list_categories filter. Props Mark Jaquith. fixes #3586

git-svn-id: http://svn.automattic.com/wordpress/trunk@4755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-01-16 22:50:30 +00:00
parent a78920e6b9
commit ad41aedae6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
//