Changeset 17771 for trunk/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 04/29/2011 08:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r17663 r17771 25 25 * Register all of the XMLRPC methods that XMLRPC server understands. 26 26 * 27 * PHP4 constructor and sets up server and method property. Passes XMLRPC27 * Sets up server and method property. Passes XMLRPC 28 28 * methods through the 'xmlrpc_methods' filter to allow plugins to extend 29 29 * or replace XMLRPC methods. … … 33 33 * @return wp_xmlrpc_server 34 34 */ 35 function wp_xmlrpc_server() {35 function __construct() { 36 36 $this->methods = array( 37 37 // WordPress API
Note: See TracChangeset
for help on using the changeset viewer.