Favatar patch by brockhaus

This commit is contained in:
Garvin Hicking 2007-07-08 18:33:18 +00:00
parent 8be9f5438d
commit 584d836fb8

View File

@ -188,7 +188,8 @@ class serendipity_plugin_comments extends serendipity_plugin
$comment = wordwrap($comment, $wordwrap, "\n", 1);
}
$entry = array('comment' => $comment,
'email' => $row['comment_email']);
'email' => $row['comment_email'],
'url' => $row['comment_url']);
// Let's help the BBCOde plugin a bit:
if (class_exists('serendipity_event_bbcode')) {