Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14618


Ignore:
Timestamp:
08/15/2010 02:20:37 PM (14 years ago)
Author:
filosofo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14618 – Description

    initial v1  
    3737
    3838== Admin Ajax ==
    39 Admin ajax requests and responses should be converted to use the JSON 2.0 RPC 
     39Admin ajax requests and responses should be converted to use the JSON 2.0 RPC.
    4040
    4141For example, a request to delete a comment could look like the following:
     
    4545Note that the `wp.deleteComment` method is already defined for XML-RPC; using a common interface would give greater attention to XML-RPC and would improve consistency across the board.
    4646
    47 A response to the following might look like this:
     47A response to the previous might look like this:
    4848
    4949`{"jsonrpc": "2.0", "result": "deleted", "id": 4567}`