Searched refs:commentLimit (Results 1 – 1 of 1) sorted by relevance
29 private $commentLimit; variable in admin_plugin_blogtng79 $this->commentLimit = (int) get_doku_pref('blogtng_comment_limit', 15);162 $this->commentLimit = $INPUT->int('comment-limit');163 set_doku_pref('blogtng_comment_limit', $this->commentLimit);231 $query['limit'] = $this->commentLimit;