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 | Owned by: | 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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In [20604]: