Home
last modified time | relevance | path

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

/plugin/blogtng/syntax/
H A Dblog.php15 'sortorder' => 'DESC',
212 case (in_array($opt, $this->data_whitelist['sortorder'])):
213 $this->config['sortorder'] = strtoupper($opt);
/plugin/blog/conf/
H A Ddefault.php10 $conf['sortorder'] = 'descending'; // ascending or descending
H A Dmetadata.php15 $meta['sortorder'] = array('multichoice',
/plugin/blog/
H A Dhelper.php116 if ($this->getConf('sortorder') == 'ascending') ksort($result);