$value) { if (preg_match('/_([[:digit:]])+/', $key, $matches)) { $args[$matches[1]] = $value; } } if (empty($params['interactive']) || $params['interactive'] == 'y') { return tra($content, $lang, false, $args); } else { return tra($content, $lang, true); } }