From cc835757a51787903eb054ed2ada73ea6434bb05 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Tue, 1 Nov 2005 10:01:42 +0000 Subject: [PATCH] - Patch #35791 by hunmonk: fixed broken link in chameleon's comment themeing. --- themes/chameleon/chameleon.theme | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 26d5a0ddc6cb..56f8ec2b322e 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -153,9 +153,8 @@ function chameleon_node($node, $teaser = 0, $page = 0) { return $output; } -function chameleon_comment($comment, $link = "") { +function chameleon_comment($comment, $links = "") { $submitted = array(t('By %author at %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp. 'small')))); - $links = array($link); $output = "<div class=\"comment\">\n"; $output .= " <h3 class=\"title\">". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."</h3>\n"; -- GitLab