Opened 16 years ago
Closed 15 years ago
#8842 closed defect (bug) (worksforme)
Missing filter for get_cat_name()
Reported by: | oledole | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I miss a filter for the get_cat_name() function in category.php line 198. It's a usefull function and I need the filter to be able to use the plugin Qtranslate with this function.
Thanks.
Change History (2)
Note: See
TracTickets for help on using
tickets.
there is a filter already, in get_term(): $_term = apply_filters('get_term', $_term, $taxonomy);