function qtrans_useCurrentLanguageIfNotFoundShowAvailable($content)
 {
     return qtranxf_useCurrentLanguageIfNotFoundShowAvailable($content);
 }
示例#2
0
 function ut_translate_meta($content)
 {
     if (function_exists('qtrans_useCurrentLanguageIfNotFoundShowAvailable')) {
         return qtrans_useCurrentLanguageIfNotFoundShowAvailable($content);
     }
     if (function_exists('ppqtrans_useCurrentLanguageIfNotFoundShowAvailable')) {
         return ppqtrans_useCurrentLanguageIfNotFoundShowAvailable($content);
     }
     if (function_exists('qtranxf_useCurrentLanguageIfNotFoundShowAvailable')) {
         return qtranxf_useCurrentLanguageIfNotFoundShowAvailable($content);
     }
     return $content;
 }