Changeset 32556
- Timestamp:
- 05/23/2015 07:22:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32550 r32556 23 23 class wp_xmlrpc_server extends IXR_Server { 24 24 /** 25 * Methods. 26 * 27 * @access public 25 28 * @var array 26 29 */ 27 30 public $methods; 28 /** 31 32 /** 33 * Blog options. 34 * 35 * @access public 29 36 * @var array 30 37 */ 31 38 public $blog_options; 32 /** 39 40 /** 41 * IXR_Error instance. 42 * 43 * @access public 33 44 * @var IXR_Error 34 45 */ 35 46 public $error; 47 36 48 /** 37 49 * Register all of the XMLRPC methods that XMLRPC server understands.
Note: See TracChangeset
for help on using the changeset viewer.