Changeset 609238
- Timestamp:
- 10/07/2012 05:37:51 PM (12 years ago)
- Location:
- cat-tag-filter-widget
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cat-tag-filter-widget/tags/0.8.5/cat-tag-filter.php
r609233 r609238 153 153 154 154 155 156 echo "<!--";157 echo "\n";158 echo $ctf_options['clude_tags'] . ' tags: ' . $ctf_options['exclude_tags'] . "\n";159 echo $ctf_options['clude_cats'] . ' cats: ' . $ctf_options['exclude_cats'] . "\n";160 echo "current category: " . $current_tax['cats'][0] . "\n";161 echo 'corresponding tags for this category: ';162 print_r($all_tag_ids);163 echo "\n";164 echo 'Final tags to include: ';165 print_r($args);166 echo "-->";167 155 if ($there_are_tags) $tags = get_terms($ctf_options['tag_tax'],$args); 168 156 -
cat-tag-filter-widget/trunk/cat-tag-filter.php
r609235 r609238 153 153 154 154 155 156 echo "<!--";157 echo "\n";158 echo $ctf_options['clude_tags'] . ' tags: ' . $ctf_options['exclude_tags'] . "\n";159 echo $ctf_options['clude_cats'] . ' cats: ' . $ctf_options['exclude_cats'] . "\n";160 echo "current category: " . $current_tax['cats'][0] . "\n";161 echo 'corresponding tags for this category: ';162 print_r($all_tag_ids);163 echo "\n";164 echo 'Final tags to include: ';165 print_r($args);166 echo "-->";167 155 if ($there_are_tags) $tags = get_terms($ctf_options['tag_tax'],$args); 168 156
Note: See TracChangeset
for help on using the changeset viewer.