From 23645ea1c47844eb9658ed9e5f36d57b5cdf0f70 Mon Sep 17 00:00:00 2001 From: westi Date: Wed, 20 Aug 2008 06:20:22 +0000 Subject: [PATCH] File level phpdoc for tinymcs spellchecker. See #7550 props santosj. git-svn-id: http://svn.automattic.com/wordpress/trunk@8686 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../plugins/spellchecker/classes/EnchantSpell.php | 1 + .../plugins/spellchecker/classes/GoogleSpell.php | 1 + .../js/tinymce/plugins/spellchecker/classes/PSpell.php | 1 + .../plugins/spellchecker/classes/PSpellShell.php | 1 + .../plugins/spellchecker/classes/SpellChecker.php | 1 + wp-includes/js/tinymce/plugins/spellchecker/config.php | 6 ++++++ wp-includes/js/tinymce/plugins/spellchecker/rpc.php | 1 + wp-includes/js/tinymce/tiny_mce_config.php | 1 - wp-includes/js/tinymce/wp-mce-help.php | 10 +++++++++- 9 files changed, 21 insertions(+), 2 deletions(-) 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 @@