array( 'path' => $path . '/editor_plugin.js', 'buttons' => array('spellchecker' => t('Spell Check')), 'url' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker', 'load' => TRUE, ), ); } case 'ckeditor': $path = variable_get('wysiwyg_spellcheck_' . $editor . '_spellchecker_location', _wysiwyg_default_path($editor)); if (file_exists("$path/plugin.js")) { return array( 'aspell' => array( 'path' => $path, 'buttons' => array('SpellCheck' => t('Server Side Spell Check')), 'url' => 'http://cksource.com/forums/viewtopic.php?p=51193#p51193', 'load' => TRUE, ), ); } } }