#43381 closed defect (bug) (fixed)
Remove 'category' parameter from category_description function.
| Reported by: | chetan200891 | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | Taxonomy | Version: | 4.9.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
This ticket was mentioned in Slack in #core by chetan200891. View the logs.
8 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Created patch to remove 'category' parameter.