Skip to content

Commit 430dccb

Browse files
committed
Removed Menu Title as a body class
1 parent d774338 commit 430dccb

File tree

1 file changed

+0
-2
lines changed
  • astroid/astroid-framework/framework/library/astroid

1 file changed

+0
-2
lines changed

astroid/astroid-framework/framework/library/astroid/Document.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,6 @@ public function getBodyClass($extra_class = '')
970970
$class[] = $menu_params->get('pageclass_sfx');
971971
}
972972
if ($menu->alias) {
973-
// menu alias without -alias appended will be removed in the next version.
974-
$class[] = $menu->alias;
975973
$class[] = $menu->alias . '-alias';
976974
}
977975
}

0 commit comments

Comments
 (0)