Habari\Theme::theme_comments_link PHP Метод

    public function theme_comments_link($theme, $post, $zero = '', $one = '', $many = '', $fragment = 'comments')
    {
        $count = $theme->comments_count_return($post, $zero, $one, $many);
        return '<a href="' . $post->permalink . '#' . $fragment . '" title="' . _t('Read Comments') . '">' . end($count) . '</a>';
    }