Skip to content

Commit

Permalink
Reverts #2 since it seems unecessary in the end 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwebca committed Aug 31, 2023
1 parent 4187c91 commit d599c7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WordPressMenuClasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public function navMenuLinkAttributes($atts, $item, $args, $depth)
public function navMenuCSSClass($classes, $item, $args, $depth)
{
$index = $item->menu_order;
$arr_classes = [];

if (property_exists($args, 'li_class')) {
$arr_classes = explode(' ', $args->li_class);
Expand Down

0 comments on commit d599c7a

Please sign in to comment.