#29278 closed defect (bug) (fixed)
wp_update_term does not update the term_group value for the term
Reported by: | djm1119 | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
A call to wp_update_term does not update the term_group of the term. Have confirmed that no error was raised and that other values have been updated correctly.
From close inspection, have found that the issue stems from ticket #22400 whereby the extract function call was removed.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I will look