You are here

function flickr_tags_help in Flickr 7

Implements hook_help().

File

tags/flickr_tags.module, line 13
The Flickr tags module.

Code

function flickr_tags_help($path, $arg) {
  switch ($path) {
    case 'admin/help#flickr_tags':

      // Return a line-break version of the README.txt.
      return _filter_autop(file_get_contents(dirname(__FILE__) . '/README.txt'));
  }
}