function garland_preprocess_comment
Override or insert variables into the comment template.
Archivo
- drupal-7.x/
themes/ garland/ template.php, line 127
Código
function garland_preprocess_comment(&$vars) {
$vars['submitted'] = $vars['created'] . ' — ' . $vars['author'];
}