From 0f4060f377a6ccea57a183b3c3e4801c450f5476 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 May 2009 18:34:03 +0000 Subject: - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. --- 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 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) { -- cgit v1.2.3