aboutsummaryrefslogtreecommitdiff
path: root/mod/tinymce
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tinymce')
-rw-r--r--mod/tinymce/languages/en.php8
-rw-r--r--mod/tinymce/start.php6
2 files changed, 7 insertions, 7 deletions
diff --git a/mod/tinymce/languages/en.php b/mod/tinymce/languages/en.php
index f5d6550dd..811e93492 100644
--- a/mod/tinymce/languages/en.php
+++ b/mod/tinymce/languages/en.php
@@ -1,9 +1,11 @@
<?php
+/**
+ * TinyMCE language pack.
+ *
+ * @package ElggTinyMCE
+ */
$english = array(
- /**
- * Menu items and titles
- */
'tinymce:remove' => "Remove editor",
'tinymce:add' => "Add editor",
'tinymce:word_count' => 'Word count: ',
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php
index b605f92f6..bc54c36a0 100644
--- a/mod/tinymce/start.php
+++ b/mod/tinymce/start.php
@@ -2,12 +2,10 @@
/**
* TinyMCE wysiwyg editor
*
- * @package TinyMCE
- **/
+ * @package ElggTinyMCE
+ */
function tinymce_init() {
- global $CONFIG;
-
elgg_extend_view('css', 'tinymce/css');
elgg_extend_view('embed/custom_insert_js', 'tinymce/embed_custom_insert_js');
}