* @copyright Copyright (c) 2011, Bill Erickson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * */ class Walker_Nav_Menu_Dropdown extends Walker_Nav_Menu { function start_lvl(&$output, $depth){ $indent = str_repeat("\t", $depth); // don't output children opening tag (`