From 4b21f1922b8d36fe3733768abd4585025435a79b Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 20 Aug 2008 06:20:22 +0000 Subject: [PATCH] File level phpdoc for tinymcs spellchecker. See #7550 props santosj. git-svn-id: https://develop.svn.wordpress.org/trunk@8686 602fd350-edb4-49c9-b593-d223f7449a82 --- .../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 @@