add missing title
This commit is contained in:
@ -292,6 +292,9 @@ function serendipity_printComments($comments, $parentid = 0, $depth = 0, $trace
|
|||||||
$comment['trace'] = $trace . $i;
|
$comment['trace'] = $trace . $i;
|
||||||
$comment['depth'] = $depth;
|
$comment['depth'] = $depth;
|
||||||
$comment['author'] = htmlspecialchars($comment['author']);
|
$comment['author'] = htmlspecialchars($comment['author']);
|
||||||
|
if (isset($comment['title'])) {
|
||||||
|
$comment['title'] = htmlspecialchars($comment['title']);
|
||||||
|
}
|
||||||
|
|
||||||
$_smartyComments[] = $comment;
|
$_smartyComments[] = $comment;
|
||||||
if ($comment['id'] && $parentid !== VIEWMODE_LINEAR ) {
|
if ($comment['id'] && $parentid !== VIEWMODE_LINEAR ) {
|
||||||
|
Reference in New Issue
Block a user