]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/spellchecker/config.php
Wordpress 3.5
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / config.php
index a5185700829652bcf03848540d48a7e36785a767..795495a664090ba25694944a8fb950732d7704d5 100644 (file)
@@ -1,8 +1,14 @@
 <?php
+/**
+ * config.php
+ *
+ * @package MCManager.includes
+ */
        // 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;