Opened 13 years ago
Closed 13 years ago
#18441 closed task (blessed) (fixed)
Retrieve a term in XML-RPC
Reported by: | nprasath002 | Owned by: | westi |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | XML-RPC | Keywords: | has-patch |
Focuses: | Cc: |
Description
Attachments (2)
Change History (6)
#2
@
13 years ago
- Milestone changed from Awaiting Review to 3.4
- Owner set to westi
- Status changed from new to accepted
- Type changed from feature request to task (blessed)
Working on this for our second xmlrpc new feature cycle for 3.4 - tracking progress for all tax stuff on #18439
Version 0, edited 13 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Updated patch to use
prepare_term
from #18442.Since
content_struct
parameter had only one value, moved it (taxonomy_name
) to be the parameter itself and remove the unnecessary nesting. To have consistent parameter ordering with wp.getTerms, I moved it beforeterm_id
.