Code: Select all
'[b]<div class="plugin_comment_wrap">[/b]<span class="plugin_comment_author">' . $user . '</span>',
' <a class="highlight" href="' . serendipity_archiveURL($row['entry_id'], $row['subject'], 'baseURL', true, array('timestamp' => $row['entrystamp'])) .'#c' . $row['comment_id'] . '" title="' . htmlspecialchars($row['subject']) . '">'
. htmlspecialchars($row['subject'])
. '</a><br />' . "\n"
. '<span class="plugin_comment_date">' . htmlspecialchars(serendipity_strftime($dateformat, $row['stamp'])) . '</span><br />' . "\n"
. '<span class="plugin_comment_body">' . strip_tags($entry['comment'], '<br /><img>') . '</span>'
. '<br /><br /><br />[b]</div>[/b]' . "\n\n"
Cheers
Carl