You are here

function captcha_questions_help in Captcha Questions 7

Same name and namespace in other branches
  1. 8 captcha_questions.module \captcha_questions_help()

Implements hook_help().

File

./captcha_questions.module, line 13
Module file for the Captcha questions module

Code

function captcha_questions_help($path, $arg) {
  if ($path == 'admin/help#captcha_questions') {
    return t('Captcha questions allows the site administrator to add a question to selected forms');
  }
}