function follow_help in Follow 7.2
Same name and namespace in other branches
- 8.2 follow.module \follow_help()
- 5 follow.module \follow_help()
- 6 follow.module \follow_help()
- 7 follow.module \follow_help()
Implements hook_help().
File
- ./
follow.module, line 13
Code
function follow_help($path, $arg) {
switch ($path) {
case 'user/%/follow':
case 'admin/config/services/follow':
return t('Please copy and paste the url for your public profile or page for each service you would like to display in the block. Links need to match the domain of the service in question.');
}
}