Changeset 2410
- Timestamp:
- 03/31/2010 03:24:08 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r2144 r2410 159 159 // Pingback 160 160 if ( bb_get_option( 'enable_pingback' ) ) { 161 $this->methods = array_merge( $this->methods, array(161 $this->methods = array_merge( (array)$this->methods, array( 162 162 'pingback.ping' => 'this:pingback_ping', 163 163 'pingback.extensions.getPingbacks' => 'this:pingback_extensions_getPingbacks'
Note: See TracChangeset
for help on using the changeset viewer.