You are here

function oa_comment_preprocess_comment_wrapper in OA Comment 7.2

Implements hook_preprocess_comment_wrapper().

File

./oa_comment.theme.inc, line 221
Preprocess functions for comments.

Code

function oa_comment_preprocess_comment_wrapper(&$vars) {

  // Add our template for comments using the combined comment widget.
  $vars['theme_hook_suggestions'][] = 'oa_comment__comment_wrapper';
}