summaryrefslogtreecommitdiff
path: root/modules/comment/comment.install
diff options
context:
space:
mode:
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(