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 @@ <?php +/** + * config.php + * @package MCManager.includes + * @author Moxiecode + * @copyright Copyright � 2007, Moxiecode Systems AB, All rights reserved. + */ // General settings $config['general.engine'] = 'GoogleSpell'; //$config['general.engine'] = 'PSpell'; diff --git a/wp-includes/js/tinymce/plugins/spellchecker/rpc.php b/wp-includes/js/tinymce/plugins/spellchecker/rpc.php index bd33223dc1..d996c5ddd5 100644 --- a/wp-includes/js/tinymce/plugins/spellchecker/rpc.php +++ b/wp-includes/js/tinymce/plugins/spellchecker/rpc.php @@ -2,6 +2,7 @@ /** * $Id: rpc.php 822 2008-04-28 13:45:03Z spocke $ * + * @package MCManager.includes * @author Moxiecode * @copyright Copyright � 2004-2007, Moxiecode Systems AB, All rights reserved. */ diff --git a/wp-includes/js/tinymce/tiny_mce_config.php b/wp-includes/js/tinymce/tiny_mce_config.php index f855b66b65..7651ec0900 100644 --- a/wp-includes/js/tinymce/tiny_mce_config.php +++ b/wp-includes/js/tinymce/tiny_mce_config.php @@ -1,5 +1,4 @@ <?php -// some code below is from: /** * $Id: tiny_mce_gzip.php 315 2007-10-25 14:03:43Z spocke $ * diff --git a/wp-includes/js/tinymce/wp-mce-help.php b/wp-includes/js/tinymce/wp-mce-help.php index 94c2ac02ed..fb86f805a8 100644 --- a/wp-includes/js/tinymce/wp-mce-help.php +++ b/wp-includes/js/tinymce/wp-mce-help.php @@ -1,4 +1,12 @@ -<?php require_once('../../../wp-load.php'); +<?php +/** + * @package TinyMCE + * @author Moxiecode + * @copyright Copyright © 2005-2006, Moxiecode Systems AB, All rights reserved. + */ + +/** @ignore */ +require_once('../../../wp-load.php'); header('Content-Type: text/html; charset=' . get_bloginfo('charset')); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">