Home
last modified time | relevance | path

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

/plugin/blogtng/helper/
H A Dcomments.php552 * @param string $fmt_comments - text for 1+ comment
555 …public function tpl_count($fmt_zero_comments='', $fmt_one_comments='', $fmt_comments='', $types=nu… argument
564 if(!$fmt_comments) {
565 $fmt_comments = $this->getLang('Xcomments');
578 printf($fmt_comments, $count);
H A Dentry.php591 * @param string $fmt_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);