WordPress.org

Make WordPress Core

#20397 closed defect (bug) (fixed)

Rename $taxonomy_name in XMLRPC methods

Reported by: maxcutler Owned by: nacin
Priority: normal Milestone: 3.4
Component: XML-RPC Version: 3.4
Severity: normal Keywords: has-patch
Cc:

Description

For consistency with the rest of the core APIs, $taxonomy_name should be replaced with $taxonomy in the XML-RPC implementation.

Attachments (1)

20397.patch (4.9 KB) - added by maxcutler 15 months ago.

Download all attachments as: .zip

Change History (4)

comment:1 nacin15 months ago

  • Milestone changed from Awaiting Review to 3.4

maxcutler15 months ago

comment:2 maxcutler15 months ago

  • Keywords has-patch added; needs-patch removed

comment:3 nacin14 months ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [20469]:

Move from $taxonomy_name to $taxonomy in XML-RPC for consistency with the rest of the core APIs. props maxcutler, fixes #20397.

Note: See TracTickets for help on using tickets.