comment_link($type, $object, $teaser)drupal/modules/comment/comment.module, line 890
function comment_link($type, $object, $teaser) { if ($type == 'comment') { $links = comment_links($object, FALSE); return $links; } }