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:
parent
a78920e6b9
commit
ad41aedae6
|
@ -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