function flickrfield_help in Flickr 5
Same name and namespace in other branches
- 6 field/flickrfield.module \flickrfield_help()
- 7 field/flickrfield.module \flickrfield_help()
Implementation of hook_help().
File
- field/
flickrfield.module, line 22 - Defines a Flickr field type.
Code
function flickrfield_help($section) {
switch ($section) {
case 'admin/help#flickrfield':
return t('Flickrfields display Flickr photos or photosets. Input the user id of the photo owner and the photo or photoset id. The id is visible in the url when you view the photo or photoset on Flickr.');
}
}