Definition

comment_link($type, $object, $teaser)
drupal/modules/comment/comment.module, line 890

Code

function comment_link($type, $object, $teaser) {
  if ($type == 'comment') {
    $links = comment_links($object, FALSE);
    return $links;
  }
}