diff --git a/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php b/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php index 281f1a2af8..2cca836124 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php @@ -4,6 +4,7 @@ * * This class was contributed by Michel Weimerskirch. * + * @package MCManager.includes * @author Moxiecode * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. */ diff --git a/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php b/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php index 00c9f9f4ed..446b96ac77 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php @@ -2,6 +2,7 @@ /** * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * + * @package MCManager.includes * @author Moxiecode * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. */ diff --git a/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php b/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php index 48af87379a..3c6424d86e 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php @@ -2,6 +2,7 @@ /** * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * + * @package MCManager.includes * @author Moxiecode * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. */ diff --git a/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php b/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php index 74ab560967..7d3102c75a 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php @@ -2,6 +2,7 @@ /** * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * + * @package MCManager.includes * @author Moxiecode * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. */ diff --git a/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php b/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php index c3cf778209..5d9205fe6e 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php @@ -2,6 +2,7 @@ /** * $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $ * + * @package MCManager.includes * @author Moxiecode * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved. */ diff --git a/wp-includes/js/tinymce/plugins/spellchecker/config.php b/wp-includes/js/tinymce/plugins/spellchecker/config.php index 138e2649a0..fb15b8092c 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/config.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/config.php @@ -1,4 +1,10 @@