Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
H A DChangeLog.php133 * @param bool $retrieveCurrentRevInfo allows to skip for getting other revision info in the
150 public function getRevisionInfo($rev, $retrieveCurrentRevInfo = true)
156 if (!isset($this->currentRevision) && $retrieveCurrentRevInfo) {
137 getRevisionInfo($rev, $retrieveCurrentRevInfo = true) global() argument