Ticket #5686 (closed defect (bug): fixed)

Opened 4 years ago

Last modified 4 years ago

do_action catchup for xmlrpc

Reported by: josephscott Owned by: westi
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

xmlrpc.php.diff Download (1.8 KB) - added by josephscott 4 years ago.

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

(In [6634]) Add some more actions to xmlrpc. Fixes #5686 props joesephscott.

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.