function garland_preprocess_comment in Drupal 7
Override or insert variables into the comment template.
File
- themes/
garland/ template.php, line 127
Code
function garland_preprocess_comment(&$variables) {
$variables['submitted'] = $variables['created'] . ' — ' . $variables['author'];
}