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'];
}