You are here

function hashtags_help in Hashtags 7

Same name and namespace in other branches
  1. 8 hashtags.module \hashtags_help()
  2. 7.2 hashtags.module \hashtags_help()

Implements hook_help().

File

./hashtags.module, line 11

Code

function hashtags_help($path, $arg) {
  switch ($path) {
    case "admin/help#hashtags":
      return '<p>' . t("Configure default behaviour of hashtags, including in which vocabulary it\\'ll be stored, outputing, showing field.") . '</p>';
      break;
  }
}