From: Anthony Talarico Date: Mon, 21 Dec 2015 17:56:38 +0000 (-0500) Subject: removing level 2 nesting test X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=849244322e2d6d4b878f806b1bf355000bb0e229;p=WP-Plugins%2Fmichsci-products.git removing level 2 nesting test --- diff --git a/index.php b/index.php index b5f014e..db01542 100644 --- a/index.php +++ b/index.php @@ -216,13 +216,13 @@ function michsci_get_terms_dropdown() $output .= ' selected'; } $output .= '>' . "   " . $child->name . ''; - foreach($grandchildren as $grandchild){ - $output .= ''; - } +// foreach($grandchildren as $grandchild){ +// $output .= ''; +// } } } $output .="";