function rrssb_drush_help in Ridiculously Responsive Social Sharing Buttons 8.2
Same name and namespace in other branches
- 7.2 includes/rrssb.drush.inc \rrssb_drush_help()
- 7 includes/rrssb.drush.inc \rrssb_drush_help()
Implements hook_drush_help().
File
- includes/
rrssb.drush.inc, line 31 - Provides drush commands for Ridiculously Responsive Social Share Buttons.
Code
function rrssb_drush_help($section) {
switch ($section) {
case 'drush:rrssb-plugin':
return dt("Downloads the Ridiculously Responsive Social Share Buttons library from Github.");
}
}