You are here

function better_comments_preprocess_comment_wrapper in Better Comments 7.2

Same name and namespace in other branches
  1. 7 better_comments.module \better_comments_preprocess_comment_wrapper()

Implement preprocess comment wrapper.

File

./better_comments.module, line 567
Better Comments provides option to configure the comment system.

Code

function better_comments_preprocess_comment_wrapper(&$variables, $hook) {
  $variables['theme_hook_suggestions'][] = 'better_comments_wrapper';
}