summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index e040fc9d9..badfb368f 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -3523,7 +3523,6 @@ function _menu_router_save($menu, $masks) {
'theme_callback',
'theme_arguments',
'type',
- 'block_callback',
'description',
'position',
'weight',
@@ -3554,7 +3553,6 @@ function _menu_router_save($menu, $masks) {
'theme_callback' => $item['theme callback'],
'theme_arguments' => serialize($item['theme arguments']),
'type' => $item['type'],
- 'block_callback' => $item['block callback'],
'description' => $item['description'],
'position' => $item['position'],
'weight' => $item['weight'],