You are here

function fasttoggle_comment_preprocess_comment in Fasttoggle 7

Add a class so content can be found and replaced by fasttoggle.

File

module/fasttoggle_comment/fasttoggle_comment.module, line 181

Code

function fasttoggle_comment_preprocess_comment(&$variables) {
  $variables['classes_array'][] = 'comment-content-' . $variables['comment']->cid;
}