Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php58 $logline = static::buildLogLine($info, $timestamp);
H A DMediaChangeLog.php58 $logline = static::buildLogLine($info, $timestamp);
H A DChangeLogTrait.php53 public static function buildLogLine(array &$info, $timestamp = null) function