1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Fixes #2425 Fixes #2281 Fixes #2937 Comment navigation issues.

This commit is contained in:
Cameron
2018-07-28 16:10:23 -07:00
parent e5af746153
commit 64d821a2d1
5 changed files with 40 additions and 20 deletions

View File

@@ -1193,9 +1193,7 @@ class news_front
if(!empty($text))
{
// $text = $comments['comment_form'] . $comments['comment'] .$comments['moderate'];
return $text;
// return e107::getRender()->tablerender($comments['caption'], $text,'comment', true);
}
}