Home
last modified time | relevance | path

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

/template/ad-hominem/
H A Dmy_template.php657 * @param string $checkage should the age of the translation be checked?
659 function my_langmenu($prefix, $place, $checkage = true) { argument
683 if ($checkage) $trans->checkage();
/template/writr/
Dmain.php177 <?php if($translation) { $translation->checkage(); } ?>
/template/bootstrap3/
DTemplate.php641 $translation->checkage();