jeroenpraat
2014-06-03 05:12:00 +00:00
parent d41b76aa11
commit b4e7d7f7c0
5 changed files with 4676 additions and 4827 deletions

View File

@@ -313,7 +313,7 @@ class Item extends BaseObject {
if(($nb_children > 2) || ($thread_level > 1)) {
$result['children'][0]['comment_firstcollapsed'] = true;
$result['children'][0]['num_comments'] = sprintf( tt('%d comment','%d comments',$total_children),$total_children );
$result['children'][0]['hide_text'] = t('show more');
$result['children'][0]['hide_text'] = t('[+] show more comments');
if($thread_level > 1) {
$result['children'][$nb_children - 1]['comment_lastcollapsed'] = true;
}