function garland_preprocess_comment
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'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.