Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20549 closed task (blessed) (fixed)

Removed extra underscores in XML-RPC prepare filter names.

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

The new _prepare_* methods in the XML-RPC class have filter names like xmlrpc__prepare_post. The intent was for them to be of the format xmlrpc_{method_name}, but ryan requested that we remove the extra underscore since that isn't done anywhere else in the codebase.

Attachments (2)

20549.patch (1.2 KB) - added by maxcutler 12 years ago.
20549.2.patch (534 bytes) - added by maxcutler 12 years ago.

Download all attachments as: .zip

Change History (5)

@maxcutler
12 years ago

#1 @nacin
12 years ago

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

In [20604]:

Remove extra underscore from four XML-RPC filters. props maxcutler. fixes #20549.

@maxcutler
12 years ago

#2 @maxcutler
12 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Missed _prepare_media_item's filter in #20409/[20608].

#3 @ryan
12 years ago

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

In [20775]:

Remove extra underscore from XML-RPC filter. props maxcutler. fixes #20549

Note: See TracTickets for help on using tickets.