Home
last modified time | relevance | path

Searched +full:diff +(+path:plugin +path:translation) -(+path:plugin +path:translation +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/translation/
H A Dhelper.php320 * older than the original page. Tries to link to a diff
346 $msg .= sprintf(' ' . $this->getLang('diff'), $difflink);
353 * Get a link to a diff with changes on the original since the translation
357 * @return false|string false id no diff can be found, link otherwise
375 return wl($id, ['do' => 'diff', 'rev' => $orev]);
H A Dadmin.php85 $difflink .= "'>(diff)</a>";
H A Daction.php71 in_array(act_clean($ACT), ['show', 'recent', 'diff', 'edit', 'preview', 'source', 'subscribe'])