Opened 21 months ago
Closed 14 months ago
#18441 closed task (blessed) (fixed)
Retrieve a term in XML-RPC
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | max@… |
Description
Attachments (2)
Change History (6)
nprasath002 — 21 months 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 #18438
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 before term_id.