You are here

function title_process_comment in Title 7

Process variables for comment.tpl.php.

File

./title.core.inc, line 253
Provide field replacement information.

Code

function title_process_comment(&$variables) {
  title_field_replacement_hide_label('comment', $variables['comment'], $variables);
}