From: Anthony Talarico Date: Mon, 11 Jan 2016 19:43:55 +0000 (-0500) Subject: fixing error X-Git-Tag: v1.0.0^2~66 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b76c0095caa1e70e30bc7b51590ee9c2994ee27f;p=WP-Themes%2Fotsego.git fixing error --- diff --git a/nav-menu-dropdown.php b/nav-menu-dropdown.php deleted file mode 100644 index 8ddb890..0000000 --- a/nav-menu-dropdown.php +++ /dev/null @@ -1,41 +0,0 @@ - - * @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 = 0, $args = array() ){ - $indent = str_repeat("\t", $depth); // don't output children opening tag (`