Changeset 2061
- Timestamp:
- 01/06/2005 11:28:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r2060 r2061 106 106 'demo.addTwoNumbers' => 'this:addTwoNumbers' 107 107 ); 108 $this->methods = apply_filters('xmlrpc_methods', $this->methods); 108 109 $this->IXR_Server($this->methods); 109 110 }
Note: See TracChangeset
for help on using the changeset viewer.