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:
ba335a7
)
testing print statements
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 19:11:21 +0000
(14:11 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Jan 2016 19:11:21 +0000
(14:11 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
c69d125
..
8bf87c6
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-484,7
+484,7
@@
function michsci_get_terms_dropdown($cat_id)
if($cat_id){
$cats_child = get_term_children($cat_id, $taxonomyName);
foreach($cats_child as $cat){
- echo $cat;
+ echo $cat
+ " "
;
$output ="<select id='categoryDropdown' name=\"" . MICHSCI_CATEGORY_NAME . "\"><option value=\"\">Select " . MICHSCI_CATEGORY_SINGLE . "</option>";
$main = get_term($cat_id, MICHSCI_CATEGORY_NAME);
$output .= '<option value="' . $cat . '"';