Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#5686 closed defect (bug) (fixed)

do_action catchup for xmlrpc

Reported by: josephscott's profile josephscott Owned by: westi's profile westi
Milestone: 2.5 Priority: normal
Severity: normal Version: 2.5
Component: XML-RPC Keywords: has-patch
Focuses: Cc:

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 (1)

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

Download all attachments as: .zip

Change History (5)

#1 @westi
16 years ago

  • Owner changed from anonymous to westi
  • Status changed from new to assigned

#2 @westi
16 years ago

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

I have left it out of the commit for now.

#3 @westi
16 years ago

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

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

#4 @josephscott
16 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.