From 1da26fadfe9cdcbd89a912b9f61c710adff4c6c8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Dec 2009 16:49:48 +0000 Subject: - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. --- modules/help/help.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index 8d0271bb4..0fa28c38f 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -7,7 +7,7 @@ */ /** - * Implement hook_menu(). + * Implements hook_menu(). */ function help_menu() { $items['admin/help'] = array( @@ -33,7 +33,7 @@ function help_menu() { } /** - * Implement hook_help(). + * Implements hook_help(). */ function help_help($path, $arg) { switch ($path) { -- cgit v1.2.3