summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-10-23 21:06:19 +0000
committerDries Buytaert <dries@buytaert.net>2006-10-23 21:06:19 +0000
commit344f17956410cf564ca3a88865e7157e8e913d30 (patch)
tree16194f85ee1ca1fec9386c6d8bf18cc18abb5071 /themes
parent83e7250b96ad362752623da3728591da3f9d5179 (diff)
downloadbrdo-344f17956410cf564ca3a88865e7157e8e913d30.tar.gz
brdo-344f17956410cf564ca3a88865e7157e8e913d30.tar.bz2
- Patch #76899 by magico: comma to point.
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index d6d5138f4..12100e0bf 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -159,7 +159,7 @@ function chameleon_node($node, $teaser = 0, $page = 0) {
}
function chameleon_comment($comment, $links = "") {
- $submitted['comment_submitted'] = array('#title' => t('By !author at @date', array('!author' => theme('username', $comment), '@date' => format_date($comment->timestamp. 'small'))));
+ $submitted['comment_submitted'] = array('#title' => t('By !author at @date', array('!author' => theme('username', $comment), '@date' => format_date($comment->timestamp, 'small'))));
$output = "<div class=\"comment". ($comment->status == COMMENT_NOT_PUBLISHED ? ' comment-unpublished' : '') ."\">\n";
$output .= " <h3 class=\"title\">". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."</h3>\n";