diff options
Diffstat (limited to 'modules/help.module')
-rw-r--r-- | modules/help.module | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/help.module b/modules/help.module index 6cfdce90c..f386c177a 100644 --- a/modules/help.module +++ b/modules/help.module @@ -47,10 +47,8 @@ function help_glossary() { function help_help($section) { switch ($section) { case 'admin/modules#description': - $output = t('Manages displaying online help.'); - break; + return t('Manages displaying online help.'); } - return $output; } /** |