Home
last modified time | relevance | path

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

/plugin/authorstats/
H A Dsyntax.php117 function getYearGraph($inopts) argument
129 if (isset($inopts["years"]) && $inopts["years"] > 0) {
130 $max_months = 12 * $inopts["years"];
138 if (isset($inopts["sort"])) {
139 …if (preg_match("/^(desc|descending|rev|reverse)$/", $inopts["sort"])) { // Reverse the sort ord…