summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy/taxonomy.install')
-rw-r--r--modules/taxonomy/taxonomy.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install
index f641549e9..024ce1bfc 100644
--- a/modules/taxonomy/taxonomy.install
+++ b/modules/taxonomy/taxonomy.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function taxonomy_uninstall() {
// Remove variables.
@@ -16,7 +16,7 @@ function taxonomy_uninstall() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function taxonomy_schema() {
$schema['taxonomy_term_data'] = array(