public function translate_term($term, $lang = null, $taxonomy = null)
 {
     global $q_config;
     if (!$lang) {
         $lang = $q_config['language'];
     }
     return qtranxf_use_term($lang, $term, $taxonomy);
 }
Exemplo n.º 2
0
function qtranxf_useTermLib($obj)
{
    global $q_config;
    return qtranxf_use_term($q_config['language'], $obj, null);
}