Opened 11 years ago
Closed 11 years ago
#14301 closed defect (bug) (fixed)
wp_set_post_terms should return wp_set_object_terms
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
wp_set_post_tags calls wp_set_post_terms which calls wp_set_object_terms. Unfortunately, a broken link in the chain means that wp_set_post_tags does not return what wp_set_object_terms returns.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [15402]) Have wp_set_post_terms return wp_set_object_terms. fixes #14301.