Fixed Comments Issues

This commit is contained in:
samiahmedsiddiqui 2017-08-16 00:59:08 +05:00
parent 2d752e131d
commit a2bee5f980
2 changed files with 4 additions and 5 deletions

View File

@ -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().

View File

@ -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.
*/
/**