Ticket #5686 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

do_action catchup for xmlrpc

Reported by: josephscott Assigned to: 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 (1.8 kB) - added by josephscott on 01/18/08 02:53:09.

Change History

01/18/08 02:53:09 changed by josephscott

  • attachment xmlrpc.php.diff added.

01/18/08 07:46:06 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.

01/18/08 07:51:12 changed by westi

What is the intended use of do_action( 'xmlrpc_user_agent' ); ?

I have left it out of the commit for now.

01/18/08 07:52:16 changed by westi

  • status changed from assigned to closed.
  • resolution set to fixed.

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

01/18/08 16:33:49 changed by josephscott

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.