From 1c6b20e31145fea5388e412b54b08de29611f951 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 11 Jan 2016 14:52:13 -0500 Subject: [PATCH] testing new file --- parts/nav-menu-dropdown.php | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 parts/nav-menu-dropdown.php 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 (`