You are here

function riddler_help in Captcha Riddler 5

Same name and namespace in other branches
  1. 8 riddler.module \riddler_help()
  2. 6 riddler.module \riddler_help()
  3. 7 riddler.module \riddler_help()

File

./riddler.module, line 16

Code

function riddler_help($section = 'admin/help#riddler') {
  switch ($section) {
    case 'admin/modules#description':
      return t('Requires anonymous users to answer a simple question to be answered forms are processed. A primitive but effective way to counter spam.');
      break;
  }
}