projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90153d5
)
fixing error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 20:04:35 +0000
(15:04 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 20:04:35 +0000
(15:04 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
606709c
..
14e7aa5
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-12,7
+12,7
@@
$cat_children = get_term_children($cat_id, MICHSCI_CATEGORY_NAME);
foreach($cat_children as $cats){
- $term = get_term($cat, MICHSCI_CATEGORY_NAME);
+ $term = get_term($cat
s
, MICHSCI_CATEGORY_NAME);
echo $term->name;
}
?>