From ea51c3215bc3defc45e87619f7b2232f85895fef Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Jan 2010 07:59:26 +0000 Subject: - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. --- modules/help/help.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/help/help.api.php') diff --git a/modules/help/help.api.php b/modules/help/help.api.php index cc555fdd4..59cd8eb14 100644 --- a/modules/help/help.api.php +++ b/modules/help/help.api.php @@ -26,7 +26,7 @@ * is being requested; e.g., 'admin/node' or 'user/edit'. If the router path * includes a % wildcard, then this will appear in $path; for example, * node pages would have $path equal to 'node/%' or 'node/%/view'. Your hook - * implementation may also be called with special descriptors after a + * implementation may also be called with special descriptors after a * "#" sign. Some examples: * - admin/help#modulename * The main module help text, displayed on the admin/help/modulename @@ -41,7 +41,7 @@ * array should always be used rather than directly invoking arg(), because * your hook implementation may be called for other purposes besides building * the current page's help. Note that depending on which module is invoking - * hook_help, $arg may contain only empty strings. Regardless, $arg[0] to + * hook_help, $arg may contain only empty strings. Regardless, $arg[0] to * $arg[11] will always be set. * @return * A localized string containing the help text. -- cgit v1.2.3