Home
last modified time | relevance | path

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

/plugin/publish/action/
H A Dmail.php133 $oldlink = $this->revlink($ID, $oldrev);
136 $newlink = $this->revlink($ID, $rev);
140 $newlink = $this->revlink($ID, $rev);
215 function revlink($id, $rev) { function in action_plugin_publish_mail
220 $revlink = wl($id, $options, true, '&');
222 return $revlink;