summaryrefslogtreecommitdiff
path: root/themes/garland/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/template.php')
-rw-r--r--themes/garland/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php
index cce7c2659..24d1e64e3 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -66,7 +66,7 @@ function garland_menu_local_tasks() {
/**
* Format the "Submitted by username on date/time" for each comment.
*/
-function phptemplate_comment_submitted($comment) {
+function garland_comment_submitted($comment) {
return t('!datetime — !username',
array(
'!username' => theme('username', $comment),