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 d7fa925e7..25e28219b 100644
--- a/modules/menu/menu.install
+++ b/modules/menu/menu.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function menu_schema() {
$schema['menu_custom'] = array(
@@ -42,7 +42,7 @@ function menu_schema() {
}
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function menu_install() {
$system_menus = menu_list_system_menus();
@@ -65,7 +65,7 @@ function menu_install() {
}
/**
- * Implement hook_uninstall().
+ * Implements hook_uninstall().
*/
function menu_uninstall() {
menu_rebuild();