Home
last modified time | relevance | path

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

/plugin/authorstats/
H A Dsyntax.php93 return $this->_getTotalContrib($a) <= $this->_getTotalContrib($b) ? 1 : -1;
96 function _getTotalContrib($a) function in syntax_plugin_authorstats
201 strval($this->_getTotalContrib($author)) . "</td></tr>";