blogapi_mt_get_trackback_pings

Versions
4.6 – 4.7
blogapi_mt_get_trackback_pings()

Blogging API callback. Can not be implemented without support from trackback module.

Code

modules/blogapi.module, line 462

<?php
function blogapi_mt_get_trackback_pings() {
  return blogapi_error(t('Not implemented.'));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.