Skip to content

Commit

Permalink
Removed Menu Title as a body class
Browse files Browse the repository at this point in the history
  • Loading branch information
itxchandan committed Nov 5, 2020
1 parent d774338 commit 430dccb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,6 @@ public function getBodyClass($extra_class = '')
$class[] = $menu_params->get('pageclass_sfx');
}
if ($menu->alias) {
// menu alias without -alias appended will be removed in the next version.
$class[] = $menu->alias;
$class[] = $menu->alias . '-alias';
}
}
Expand Down

0 comments on commit 430dccb

Please sign in to comment.