diff options
Diffstat (limited to 'modules/help')
-rw-r--r-- | modules/help/help.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help.module b/modules/help/help.module index 00a9b9a34..0d0c28ca4 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_menu(). + * Implement hook_menu(). */ function help_menu() { $items['admin/help'] = array( @@ -31,7 +31,7 @@ function help_menu() { } /** - * Implementation of hook_help(). + * Implement hook_help(). */ function help_help($path, $arg) { switch ($path) { |