You are here

function answers_preprocess_comment in Answers 7.4

Implements hook_preprocess_comment().

File

./answers.module, line 518
The Answers module.

Code

function answers_preprocess_comment(&$vars) {
  _answers_check_type_theming_suggestion($vars, 'comment__node_answers');
}