Add wp_list_categories filter. Props Mark Jaquith. fixes #3586
git-svn-id: https://develop.svn.wordpress.org/trunk@4755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fb8bd1dbec
commit
ebc82b1be2
@ -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);
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user