function blogapi_mt_get_trackback_pings in Drupal 4
Blogging API callback. Can not be implemented without support from trackback module.
1 string reference to 'blogapi_mt_get_trackback_pings'
- blogapi_xmlrpc in modules/
blogapi.module - Implementation of hook_xmlrpc().
File
- modules/
blogapi.module, line 480 - Enable users to post using applications that support XML-RPC blog APIs.
Code
function blogapi_mt_get_trackback_pings() {
return blogapi_error(t('Not implemented.'));
}