You are here

function vote_storylink_help in Vote Up/Down 5

Implementation of hook_help().

File

./vote_storylink.module, line 12

Code

function vote_storylink_help($section) {
  switch ($section) {
    case 'admin/help#vote_storylink':
      return t('<p>This module is used to create articles that links to other resources -- websites, pages, documents, etc., part of Vote up/down.</p>');
  }
}