if ($comments > 0) {
                //shows 1 comment instead of 1 comm. if comments ==1
                //langugage file modified accordingly
                if (1 == $comments) {
                    $newItems['comment'] = ' ' . _MB_PUBLISHER_ONECOMMENT . ' ';