Opened 16 years ago
Closed 16 years ago
#11429 closed defect (bug) (fixed)
create_term and edit_term hooks are missing an argument
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | Taxonomy | Keywords: | has-patch |
| Focuses: | Cc: |
Description
There is no easy means to fetch a term without the taxonomy argument.
the delete_term hook passes it, but not the create_term or the edit_term hooks.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12397]) Pass taxonomy to created, edited, create, and edit actions. Props Denis-de-Bernardy. fixes #11429