htdocs/class/xoopseditor/tinymce/tinymce.php 1 location
|
@@ 93-96 (lines=4) @@
|
90 |
|
$configured[] = "theme"; |
91 |
|
} |
92 |
|
|
93 |
|
if (!empty($this->config["mode"])) { |
94 |
|
$this->setting["mode"] = $this->config["mode"]; |
95 |
|
$configured[] = "mode"; |
96 |
|
} |
97 |
|
|
98 |
|
// load all plugins except the plugins in setting["exclude_plugins"] |
99 |
|
$this->setting["plugins"] = implode(",", $this->loadPlugins()); |
htdocs/class/xoopseditor/tinymce4/tinymce.php 1 location
|
@@ 102-105 (lines=4) @@
|
99 |
|
$configured[] = "theme"; |
100 |
|
} |
101 |
|
|
102 |
|
if (!empty($this->config["mode"])) { |
103 |
|
$this->setting["mode"] = $this->config["mode"]; |
104 |
|
$configured[] = "mode"; |
105 |
|
} |
106 |
|
|
107 |
|
// load all plugins except the plugins in setting["exclude_plugins"] |
108 |
|
$this->setting["plugins"] = implode(",", $this->loadPlugins()); |