Home
last modified time | relevance | path

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

/plugin/blogtng/helper/
H A Dcomments.php551 * @param string $fmt_one_comments - text for 1 comment
555 …public function tpl_count($fmt_zero_comments='', $fmt_one_comments='', $fmt_comments='', $types=nu… argument
561 if(!$fmt_one_comments) {
562 $fmt_one_comments = $this->getLang('1comments');
575 printf($fmt_one_comments, $count);