Home
last modified time | relevance | path

Searched +full:max_months +(+path:plugin +path:blog) -(+path:plugin +path:blog +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/blog/syntax/
H A Darchive.php212 $max_months = $this->getConf('max_months');
217 // Check the max_months parameter
218 if ($month_count >= $max_months) {
/plugin/blog/conf/
H A Ddefault.php13 $conf['max_months'] = 100; // max months to show in the histogram
H A Dmetadata.php20 $meta['max_months'] = array('numeric');