summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-20 00:47:44 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-20 00:47:44 +0000
commit0281833bb7c2bedcd786b8c002ceea325898227c (patch)
treed0662b55e7692b3ba81088fc39acbb5cb0ec3ad2 /includes/menu.inc
parent922b51e7b97f63a1199c026f4ccd1d1b316a4ccb (diff)
downloadbrdo-0281833bb7c2bedcd786b8c002ceea325898227c.tar.gz
brdo-0281833bb7c2bedcd786b8c002ceea325898227c.tar.bz2
- Patch #943558 by joachim: 'block_callback()' in menu_router() table has no purpose.
Diffstat (limited to 'includes/menu.inc')
-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'],