]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / classes / SpellChecker.php
index ca7b14321be96d18f25fc78676193c9e13db9e3b..5d9205fe6e7236d0e072999313a227802caf068d 100644 (file)
@@ -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.
  */
@@ -20,7 +21,7 @@ class SpellChecker {
         * Simple loopback function everything that gets in will be send back.
         *
         * @param $args.. Arguments.
-        * @return {Array} Array of all input arguments.
+        * @return {Array} Array of all input arguments. 
         */
        function &loopback(/* args.. */) {
                return func_get_args();