function event_all_day_help in Event 5.2
Same name and namespace in other branches
- 5 contrib/event_all_day/event_all_day.module \event_all_day_help()
Implementation of hook_help().
File
- contrib/
event_all_day/ event_all_day.module, line 6
Code
function event_all_day_help($section) {
switch ($section) {
case 'admin/modules#description':
return 'All day events';
}
}