]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/spellchecker/config.php
Wordpress 3.0-scripts
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / config.php
index a5185700829652bcf03848540d48a7e36785a767..fb15b8092cb65997bb94f38523ac031ecc02e4e7 100644 (file)
@@ -1,8 +1,15 @@
 <?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';
        //$config['general.engine'] = 'PSpellShell';
+       //$config['general.remote_rpc_url'] = 'http://some.other.site/some/url/rpc.php';
 
        // PSpell settings
        $config['PSpell.mode'] = PSPELL_FAST;