]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js
Wordpress 2.8
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / editor_plugin.js
index a76239bbc88b869f31e73d3c31564224df85d99b..054a2da0518dc6e64f6478381f715d1b871a6cf1 100644 (file)
@@ -15,7 +15,7 @@
                                author : 'Moxiecode Systems AB',
                                authorurl : 'http://tinymce.moxiecode.com',
                                infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker',
-                               version : "2.0.2"
+                               version : tinymce.majorVersion + "." + tinymce.minorVersion
                        };
                },
 
 
        // Register plugin
        tinymce.PluginManager.add('spellchecker', tinymce.plugins.SpellcheckerPlugin);
-})();
+})();
\ No newline at end of file