Home
last modified time | relevance | path

Searched refs:fmt_zero_comments (Results 1 – 2 of 2) sorted by relevance

/plugin/blogtng/helper/
H A Dcomments.php550 * @param string $fmt_zero_comments - text for no comment
555 …public function tpl_count($fmt_zero_comments='', $fmt_one_comments='', $fmt_comments='', $types=nu… argument
558 if(!$fmt_zero_comments) {
559 $fmt_zero_comments = $this->getLang('0comments');
572 printf($fmt_zero_comments, $count);
H A Dentry.php589 * @param string $fmt_zero_comments
593 public function tpl_commentcount($fmt_zero_comments='', $fmt_one_comment='', $fmt_comments='') { argument
598 $this->commenthelper->tpl_count($fmt_zero_comments, $fmt_one_comment, $fmt_comments);