From a2bee5f9806bba9e371d4e60cb78b9b9a9969f61 Mon Sep 17 00:00:00 2001 From: samiahmedsiddiqui Date: Wed, 16 Aug 2017 00:59:08 +0500 Subject: [PATCH] Fixed Comments Issues --- hfs.admin.inc | 6 +++--- hfs.module | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/hfs.admin.inc b/hfs.admin.inc index d6f67fe..93727ee 100644 --- a/hfs.admin.inc +++ b/hfs.admin.inc @@ -42,7 +42,7 @@ function hfs_header_settings_form($form, &$form_state) { ); return $form; -} // End of hfs_header_settings(). +} /** * Submit handler(). @@ -91,7 +91,7 @@ function hfs_body_settings_form($form, &$form_state) { ); return $form; -} // End of hfs_body_settings_form(). +} /** * Submit handler(). @@ -140,7 +140,7 @@ function hfs_footer_settings_form($form, &$form_state) { ); return $form; -} // End of hfs_footer_settings_form(). +} /** * Submit handler(). diff --git a/hfs.module b/hfs.module index 7590de0..e696b29 100644 --- a/hfs.module +++ b/hfs.module @@ -2,8 +2,7 @@ /** * @file - * Enables Drupal to add scripts and styles from the frontend on all over the - site at anywhere in the page. + * Enables Drupal to add scripts and styles from frontend on all over the site. */ /**