Definition

t($string, $args = 0)
movino/standalone.inc, line 101

Code

<?php
function t($string, $args = 0) {
  return $string;
}
?>