summaryrefslogtreecommitdiff
path: root/modules/menu/menu.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/menu/menu.install')
-rw-r--r--modules/menu/menu.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/menu/menu.install b/modules/menu/menu.install
index 34af84afe..ae1cfda20 100644
--- a/modules/menu/menu.install
+++ b/modules/menu/menu.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function menu_install() {
// Create tables.
@@ -28,7 +28,7 @@ function menu_install() {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function menu_uninstall() {
// Remove tables.
@@ -37,7 +37,7 @@ function menu_uninstall() {
}
/**
- * Implementation of hook_schema().
+ * Implement hook_schema().
*/
function menu_schema() {
$schema['menu_custom'] = array(