From 7b76e5bf0d7347659482f87f94616fe245bd6f42 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 Dec 2015 10:33:28 -0500 Subject: [PATCH] changed checkbox value to match name instead of slug --- parts/sidebar-l.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' ."
"; } ?> -- 2.17.1