You are here

function hashtags_help in Hashtags 7.2

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

Implements hook_help.

File

./hashtags.module, line 13

Code

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