1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Fixes #4346 - TinyMce parser issue. Hide side-panel help icon on legacy admin theme.

This commit is contained in:
Cameron
2021-02-05 18:31:54 -08:00
parent ddc53d00be
commit 2337b075a8
8 changed files with 224 additions and 90 deletions

View File

@@ -3457,6 +3457,11 @@ class e_parse
$this->scriptAccess = $val;
}
public function setScriptAttibutes($arr)
{
$this->scriptAttributes = (array) $arr;
}
public function getAllowedTags()
{