Changeset 6153 for branches/1.1/xmlrpc.php
- Timestamp:
- 12/09/2016 01:58:10 PM (9 years ago)
- File:
-
- 1 edited
-
branches/1.1/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/xmlrpc.php
r5611 r6153 105 105 * @return void 106 106 */ 107 function BB_XMLRPC_Server()107 function __construct() 108 108 { 109 109 // bbPress publishing API … … 174 174 } 175 175 176 176 function BB_XMLRPC_Server() 177 { 178 $this->__construct(); 179 } 177 180 178 181 /**
Note: See TracChangeset
for help on using the changeset viewer.