Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#8842 closed defect (bug) (worksforme)

Missing filter for get_cat_name()

Reported by: oledole's profile 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)

#1 @Denis-de-Bernardy
15 years ago

there is a filter already, in get_term(): $_term = apply_filters('get_term', $_term, $taxonomy);

#2 @Denis-de-Bernardy
15 years ago

  • Milestone 2.7.2 deleted
  • Resolution set to worksforme
  • Status changed from new to closed
  • Version set to 2.7
Note: See TracTickets for help on using tickets.