Plugin Directory

Changeset 609238


Ignore:
Timestamp:
10/07/2012 05:37:51 PM (12 years ago)
Author:
ajayver
Message:
 
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  
    153153
    154154
    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 "-->";
    167155  if ($there_are_tags) $tags = get_terms($ctf_options['tag_tax'],$args);
    168156
  • cat-tag-filter-widget/trunk/cat-tag-filter.php

    r609235 r609238  
    153153
    154154
    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 "-->";
    167155  if ($there_are_tags) $tags = get_terms($ctf_options['tag_tax'],$args);
    168156
Note: See TracChangeset for help on using the changeset viewer.