function garland_preprocess_comment

7.x template.php garland_preprocess_comment(&$vars)

Override or insert variables into the comment template.

File

drupal-7.x/themes/garland/template.php, line 127

Code

function garland_preprocess_comment(&$vars) {
  $vars['submitted'] = $vars['created'] . ' — ' . $vars['author'];
}