Searched refs:fmt_zero_comments (Results 1 – 2 of 2) sorted by relevance
550 * @param string $fmt_zero_comments - text for no comment555 …public function tpl_count($fmt_zero_comments='', $fmt_one_comments='', $fmt_comments='', $types=nu… argument558 if(!$fmt_zero_comments) {559 $fmt_zero_comments = $this->getLang('0comments');572 printf($fmt_zero_comments, $count);
589 * @param string $fmt_zero_comments593 public function tpl_commentcount($fmt_zero_comments='', $fmt_one_comment='', $fmt_comments='') { argument598 $this->commenthelper->tpl_count($fmt_zero_comments, $fmt_one_comment, $fmt_comments);