Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20397 closed defect (bug) (fixed)

Rename $taxonomy_name in XMLRPC methods

Reported by: maxcutler's profile maxcutler Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.4
Component: XML-RPC Keywords: has-patch
Focuses: 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 13 years ago.

Download all attachments as: .zip

Change History (4)

#1 @nacin
13 years ago

  • Milestone changed from Awaiting Review to 3.4

@maxcutler
13 years ago

#2 @maxcutler
13 years ago

  • Keywords has-patch added; needs-patch removed

#3 @nacin
13 years 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.