You are here

function ajax_comments_nodejs_preprocess_comment in AJAX Comments 7

Process variables for comment.tpl.php. *

File

ajax_comments_nodejs/ajax_comments_nodejs.module, line 180
AJAX Comments Nodejs Integration module file

Code

function ajax_comments_nodejs_preprocess_comment(&$variables) {
  if (isset($variables['comment']->ajax_comments_nodejs_class)) {
    $variables['classes_array'][] = $variables['comment']->ajax_comments_nodejs_class;
  }
}