You are here

function wysiwyg_spellcheck_help in Wysiwyg SpellCheck 6

Same name and namespace in other branches
  1. 7 wysiwyg_spellcheck.module \wysiwyg_spellcheck_help()

Implementation of hook_help().

File

./wysiwyg_spellcheck.module, line 36
wysiwyg_spellcheck is a plugin for wysiwyg editors

Code

function wysiwyg_spellcheck_help($path, $arg) {
  if ($path == 'admin/modules#description') {
    return t('Enables the TinyMCE spellchecker or CKEditor ASpell plugin in Wysiwyg editor.');
  }
}