#43381 closed defect (bug) (fixed)
Remove 'category' parameter from category_description function.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 4.9.4 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Based on #42771 term_description()
no longer passes $taxonomy to
get_term_field()
, the parameter is no longer needed and has been deprecated. So I think now we can remove 'category' parameter from category_description
function.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Created patch to remove 'category' parameter.