• This does NOT work in the may 24 nightly:
    add_filter( ‘list_cats’ …
    The ONLY category that the filter gets applied to is the “all” category! I’ve mentioned this before in IRC, and I thought it had been taken care of!
    please change line 348 to this:
    $link .= apply_filters('list_cats', stripslashes($category->cat_name)) .'';

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in list_cats – doesn’t filter!’ is closed to new replies.