From: Anthony Talarico Date: Mon, 11 Jan 2016 19:52:13 +0000 (-0500) Subject: testing new file X-Git-Tag: v1.0.0^2~64 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1c6b20e31145fea5388e412b54b08de29611f951;p=WP-Themes%2Fotsego.git testing new file --- diff --git a/parts/nav-menu-dropdown.php b/parts/nav-menu-dropdown.php new file mode 100644 index 0000000..10597e5 --- /dev/null +++ b/parts/nav-menu-dropdown.php @@ -0,0 +1,40 @@ + + * @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 (`