summaryrefslogtreecommitdiff
path: root/modules/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-05-26 19:50:39 +0000
committerDries Buytaert <dries@buytaert.net>2003-05-26 19:50:39 +0000
commitd8f78a7c9526f473ac26d4b51b09d235720c1858 (patch)
tree7d537a6b6b11c39f3e97515c6c012c475be81428 /modules/comment.module
parent1cdda38df7724e408ede80f35089ee2c8365f562 (diff)
downloadbrdo-d8f78a7c9526f473ac26d4b51b09d235720c1858.tar.gz
brdo-d8f78a7c9526f473ac26d4b51b09d235720c1858.tar.bz2
- Removed check_output() from the theme system layer.
Diffstat (limited to 'modules/comment.module')
-rw-r--r--modules/comment.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment.module b/modules/comment.module
index b4c333a4b..2016cdf99 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -359,6 +359,7 @@ function comment_view($comment, $links = "", $visible = 1) {
print "<a name=\"$comment->cid\"></a>\n";
if ($visible) {
+ $comment->comment = check_output($comment);
theme("comment", $comment, $links);
}
else {