You are here

function highlight_help in Highlight 6

Same name and namespace in other branches
  1. 5 highlight.module \highlight_help()

Implementation of hook_help

File

./highlight.module, line 23

Code

function highlight_help($section) {
  switch ($section) {
    case 'admin/help#highlight':
      return highlight_filter_tips(0, 0, TRUE);
  }
}