You are here

function answers_preprocess_comment_wrapper in Answers 7.4

Implements hook_preprocess_comment_wrapper().

File

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

Code

function answers_preprocess_comment_wrapper(&$vars) {
  _answers_check_type_theming_suggestion($vars, 'comment_wrapper__node_answers');
}