You are here

function advanced_forum_comment_view in Advanced Forum 7.2

Implements hook_comment_view().

File

./advanced_forum.module, line 442
Enables the look and feel of other popular forum software.

Code

function advanced_forum_comment_view($comment, $view_mode, $langcode) {
  advanced_forum_links_alter($comment, $view_mode, 'comment');
}