function talk_link_alter in Talk 6
Implementation of hook_link_alter().
File
- ./
talk.module, line 190 - Comments are displayed in a separate 'talk' tab, for node types you wish
Code
function talk_link_alter(&$links, $node) {
// unset($links['comment_add']);
// Removes all "Add a comment" links from the comment form page.
}