Skip to content

Commit

Permalink
Fixed error: Undefined variable: item_output in /app/public/wp-conten…
Browse files Browse the repository at this point in the history
…t/themes/team-wp/inc/custom-menu.php on line 103
  • Loading branch information
apzeero committed Apr 29, 2019
1 parent 0fe1cbf commit 8039589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/custom-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0)
$n = "\n";
}
$indent = ( $depth ) ? str_repeat( $t, $depth ) : '';
$item_output = '';

$object = $item->object;
$type = $item->type;
Expand Down

0 comments on commit 8039589

Please sign in to comment.