You are here

function math_captcha_help in CAPTCHA Pack 8

Implements hook_help().

File

math_captcha/math_captcha.module, line 11
Contains general functionality of the module.

Code

function math_captcha_help($path, $arg) {
  switch ($path) {
    case 'admin/config/people/captcha/math_captcha':
      return '<p>' . t("Provide math CAPTCHAs like 'two + three = ?' and '2 times ? = 6'.") . '</p>';
  }
}