Favatar patch by brockhaus
This commit is contained in:
parent
8be9f5438d
commit
584d836fb8
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user