Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
trackback_help($path, $arg)
contributions/trackback/trackback.module, line 12
Implementation of hook_help().
<?php
function trackback_help($path, $arg) {
if ($path == 'admin/help#trackback') {
module_load_include('inc', 'trackback', 'trackback.admin');
return _trackback_help($path, $arg);
}
}
?>