Wrong spelling $editbox change to $edit_box

$edit_box = jquerymenu_edit_box($edit_path, $edit_text);
    if ($has_children != 0) {
      //$output .= $edit_box . $plus . l($title, $path, $options);
      $output .= $parentlink ? $edit_box . $plus . $title : $editbox . $plus . $link;  
    }
    else {
      //$output .= $edit_box . l($title, $path, $options);
      $output .= $edit_box . $link;
    }

Comments

pat redmond’s picture

Status: Active » Closed (fixed)

Thanks for pointing that out. I've fixed it, and will put it in the next release.