summaryrefslogtreecommitdiff
path: root/modules/comment/comment.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
commit1da26fadfe9cdcbd89a912b9f61c710adff4c6c8 (patch)
treed77a0c5420a53c65d24b8ac1842b7f1e356c39d3 /modules/comment/comment.install
parent8523aca33e828c638f2373e5be4e80ed30866a58 (diff)
downloadbrdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.gz
brdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.bz2
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r--modules/comment/comment.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 7098d0425..44087ea43 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function comment_uninstall() {
// Remove variables.
@@ -27,7 +27,7 @@ function comment_uninstall() {
}
/**
- * Implement hook_enable().
+ * Implements hook_enable().
*/
function comment_enable() {
// Insert records into the node_comment_statistics for nodes that are missing.
@@ -220,7 +220,7 @@ function comment_update_7011() {
*/
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function comment_schema() {
$schema['comment'] = array(