From d8f78a7c9526f473ac26d4b51b09d235720c1858 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 May 2003 19:50:39 +0000 Subject: - Removed check_output() from the theme system layer. --- modules/comment/comment.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index b4c333a4b..2016cdf99 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -359,6 +359,7 @@ function comment_view($comment, $links = "", $visible = 1) { print "cid\">\n"; if ($visible) { + $comment->comment = check_output($comment); theme("comment", $comment, $links); } else { -- cgit v1.2.3