* show subscription status of comments in frontend and backend
This commit is contained in:
@@ -489,6 +489,7 @@ foreach ($sql as $rs) {
|
||||
} else {
|
||||
?>
|
||||
<a href="mailto:<?php echo htmlspecialchars($comment['email']) ?>" title="<?php echo htmlspecialchars($comment['email']) ?>"><?php echo htmlspecialchars(serendipity_truncateString($comment['email'],30)) ?></a>
|
||||
<?php if ($comment['subscribed'] == 'true') { echo '<span class="serendipity_subscription_on">' . ACTIVE_COMMENT_SUBSCRIPTION . '</span>'; } ?>
|
||||
<?php } ?>
|
||||
<?php echo $comment['action_email']; ?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user