Ticket #10513: xmlrpc.php.diff
| File xmlrpc.php.diff, 475 bytes (added by josephscott, 3 years ago) |
|---|
-
xmlrpc.php
201 201 202 202 $this->initialise_blog_option_info( ); 203 203 $this->methods = apply_filters('xmlrpc_methods', $this->methods); 204 } 205 206 function serve_request() { 204 207 $this->IXR_Server($this->methods); 205 208 } 206 209 … … 3405 3408 } 3406 3409 3407 3410 $wp_xmlrpc_server = new wp_xmlrpc_server(); 3408 3411 $wp_xmlrpc_server->serve_request(); 3409 3412 ?>
