Home
last modified time | relevance | path

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

/plugin/quickstats/
H A Daction.php43 private $dw_tokens; // query string names to omit from stats variable in action_plugin_quickstats
88 $this->dw_tokens=array('do', 'sectok', 'page', 's[]','id','rev','idx');
93 $this->dw_tokens = array_merge($this->dw_tokens,$conf_tokens);
252 foreach($this->dw_tokens as $t) {