Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coder-3081260
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
coder-3081260
Commits
c279aabe
Commit
c279aabe
authored
Feb 2, 2007
by
Doug Green
Browse files
Options
Downloads
Patches
Plain Diff
#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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
coder.module
+0
-12
0 additions, 12 deletions
coder.module
with
0 additions
and
12 deletions
coder.module
+
0
−
12
View file @
c279aabe
...
...
@@ -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().
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment