Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6a3b9396
Commit
6a3b9396
authored
Apr 10, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1452070
by kgoel: Remove crufty comment in menu_block_info() left over from Drupal 5
parent
93534fc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/menu/menu.module
View file @
6a3b9396
...
...
@@ -470,7 +470,6 @@ function menu_block_info() {
$blocks
=
array
();
foreach
(
$menus
as
$name
=>
$title
)
{
// Default "Navigation" block is handled by system.module.
$blocks
[
$name
][
'info'
]
=
check_plain
(
$title
);
// Menu blocks can't be cached because each menu item can have
// a custom access callback. menu.inc manages its own caching.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment