From: Anthony Talarico Date: Thu, 31 Dec 2015 15:33:28 +0000 (-0500) Subject: changed checkbox value to match name instead of slug X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7b76e5bf0d7347659482f87f94616fe245bd6f42;p=WP-Themes%2Fmichsci.git changed checkbox value to match name instead of slug --- diff --git a/parts/sidebar-l.php b/parts/sidebar-l.php index c915f2c..2ff514a 100644 --- a/parts/sidebar-l.php +++ b/parts/sidebar-l.php @@ -12,7 +12,7 @@ $tags = get_terms("michsci_tag", $args); foreach($tags as $tag){ - echo '' ."
"; + echo '' ."
"; } ?>