Changeset 6259 for branches/1.1/xmlrpc.php
- Timestamp:
- 01/20/2017 07:09:17 PM (9 years ago)
- File:
-
- 1 edited
-
branches/1.1/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/xmlrpc.php
r6153 r6259 171 171 $this->initialise_site_option_info(); 172 172 $this->methods = apply_filters( 'bb_xmlrpc_methods', $this->methods ); 173 $this->IXR_Server( $this->methods );173 parent::__construct( $this->methods ); 174 174 } 175 175
Note: See TracChangeset
for help on using the changeset viewer.