Item: $item.total_comments_num as string

2022.09-rc
Fabrixxm 2012-09-28 10:03:03 -04:00
rodzic dd25c7db7e
commit f058414ff1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -283,7 +283,7 @@ class Item extends BaseObject {
}
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);
}