You are here

function lost_character_captcha_help in CAPTCHA Pack 8

Same name and namespace in other branches
  1. 5 text_captcha/lost_character_captcha/lost_character_captcha.module \lost_character_captcha_help()
  2. 6 text_captcha/lost_character_captcha/lost_character_captcha.module \lost_character_captcha_help()
  3. 7 text_captcha/lost_character_captcha/lost_character_captcha.module \lost_character_captcha_help()

Implements hook_help().

File

text_captcha/modules/lost_character_captcha/lost_character_captcha.module, line 16
Contains general functionality of the module.

Code

function lost_character_captcha_help($path, $arg) {
  switch ($path) {
    case 'admin/config/people/captcha/lost_character_captcha':
      return '<p>' . t('The challenge in this CAPTCHA is to determine the lost character(s) of a given word.') . '</p>';
  }
}