Ticket #5686 (closed defect (bug): fixed)
do_action catchup for xmlrpc
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | XML-RPC | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | josephscott |
Description
Simple patch to catch up on do_action calls that I forget to include previously.
Also includes one small error text change for wp_suggestCategories()
Attachments
Change History
- Owner changed from anonymous to westi
- Status changed from new to assigned
What is the intended use of do_action( 'xmlrpc_user_agent' ); ?
I have left it out of the commit for now.
- Status changed from assigned to closed
- Resolution set to fixed
comment:4
josephscott — 4 years ago
I've been using do_action( 'xmlrpc_user_agent' ); to inspect the user-agent string on xmlrpc requests, although it wouldn't have to be limited to that I suppose.
Note: See
TracTickets for help on using
tickets.

