#18441 closed task (blessed) (fixed)

Retrieve a term in XML-RPC

Reported by: nprasath002 Owned by: westi
Priority: normal Milestone: 3.4
Component: XML-RPC Version:
Severity: normal Keywords: has-patch
Cc: max@…

Description


Attachments (2)

wp.getTerm.patch (2.8 KB) - added by nprasath002 21 months ago.
wp.getTerm.2.patch (2.4 KB) - added by maxcutler 17 months ago.

Download all attachments as: .zip

Change History (6)

  • Cc max@… added

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.

  • 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 16 months ago by westi (next)

In [20137]:

XML-RPC: Initial implementation of Taxonomy and Term APIs.

Implements: wp.newTerm, wp.editTerm, wp.deleteTerm, wp.getTerm, wp.getTerms, wp.getTaxonomy and wp.getTaxonomies

See: #18438, #18439, #18440, #18441, #18442, #18443, and #18444 props maxcutler, markoheijnen and nprasath002.

  • Resolution set to fixed
  • Status changed from accepted to closed

New bugs or enhancements on new tickets.

Note: See TracTickets for help on using tickets.