plugin_comments: Added comment id to eventData for frontend display.

This commit is contained in:
Grischa Brockhaus 2012-02-03 14:10:31 +01:00
parent 9c7f73a857
commit 7db3f9ad19

View File

@ -241,7 +241,8 @@ class serendipity_plugin_comments extends serendipity_plugin
$entry = array('comment' => $comment,
'email' => $row['comment_email'],
'url' => $row['comment_url'],
'author' => $row['user']);
'author' => $row['user'],
'id' => $row['comment_id']);
// Let's help the BBCOde plugin a bit:
if (class_exists('serendipity_event_bbcode')) {