Skip to content
Snippets Groups Projects
Commit c279aabe authored by Doug Green's avatar Doug Green
Browse files

#107608 by webchick - hook_help isn't needed in 5.x

parent 3acaa7bc
No related branches found
No related tags found
No related merge requests found
......@@ -64,18 +64,6 @@ function _coder_reviews() {
return $reviews;
}
/**
* Implementation of hook_help()
*/
function coder_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Developer Module that assists with code review and version upgrade');
default :
return;
}
}
/**
* Implementation of hook_cron().
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment