Home
last modified time | relevance | path

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

/plugin/schedule/
H A DscheduleRoot.class.php209 function removeSep ($titleId) { argument
210 return strtr ($titleId, ':/;', ' ');
/plugin/batchedit/
H A Dinterface.php315 private function printAction($href, $titleId, $iconId) {
316 $action = '<a class="be-action" href="' . $href . '" title="' . $this->getLang($titleId) . '">';
305 printAction($href, $titleId, $iconId) global() argument