Merge branch 'blog-like' into quattro-fontsoptions
This commit is contained in:
commit
2d988be195
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class Item extends BaseObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->is_toplevel()) {
|
if ($this->is_toplevel()) {
|
||||||
$result['total_comments_num'] = $total_children;
|
$result['total_comments_num'] = "$total_children";
|
||||||
$result['total_comments_text'] = tt('comment', 'comments', $total_children);
|
$result['total_comments_text'] = tt('comment', 'comments', $total_children);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue