[wp-trac] [WordPress Trac] #23099: Add JSON-RPC support using existing XML-RPC methods

WordPress Trac noreply at wordpress.org
Sat Feb 2 02:30:17 UTC 2013


#23099: Add JSON-RPC support using existing XML-RPC methods
------------------------------------------+------------------
 Reporter:  maxcutler                     |       Owner:
     Type:  feature request               |      Status:  new
 Priority:  normal                        |   Milestone:  3.6
Component:  XML-RPC                       |     Version:  3.5
 Severity:  normal                        |  Resolution:
 Keywords:  needs-patch needs-unit-tests  |
------------------------------------------+------------------
Changes (by scribu):

 * keywords:  has-patch => needs-patch needs-unit-tests
 * milestone:  Awaiting Review => 3.6


Comment:

 Nacin brought up a salient point about the patch: it changes the callback
 syntax from `'this:method_name'` to `array( $this, 'method_name' )` which
 will screw over plugins using the 'xmlrpc_methods' filter.

 So, we need to fix that.

 Also, some unit tests would be nice.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23099#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list