// Opti
This commit is contained in:
@@ -72,7 +72,8 @@ class TranslateCore
|
||||
else
|
||||
$str = Translate::getGenericAdminTranslation($string, $key, $_LANGADM);
|
||||
|
||||
$str = $htmlentities ? htmlentities($str, ENT_QUOTES, 'utf-8') : $str;
|
||||
if ($htmlentities)
|
||||
$str = htmlentities($str, ENT_QUOTES, 'utf-8');
|
||||
$str = str_replace('"', '"', $str);
|
||||
|
||||
if ($sprintf !== null)
|
||||
|
||||
Reference in New Issue
Block a user