Opened 9 years ago
Closed 9 years ago
#34554 closed enhancement (fixed)
Add a `taxonomy_labels_{$taxonomy}` filter
Reported by: | flixos90 | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
It would be straightforward and helpful in some cases to add a new filter taxonomy_labels_{$taxonomy}
(where {$taxonomy} is the taxonomy slug) to the function get_taxonomy_labels()
so that they are filtered, just like in its post type equivalent get_post_type_labels()
.
Attachments (1)
Change History (5)
#2
@
9 years ago
- Focuses administration removed
- Keywords dev-feedback removed
- Milestone changed from Awaiting Review to Future Release
Agreed.
Note: See
TracTickets for help on using
tickets.
Patch which adds the filter