Opened 15 years ago
Closed 14 years ago
#18441 closed task (blessed) (fixed)
Retrieve a term in XML-RPC
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | XML-RPC | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Attachments (2)
Change History (6)
#2
@
14 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 14 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Updated patch to use
prepare_termfrom #18442.Since
content_structparameter 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.