Make WordPress Core


Ignore:
Timestamp:
06/30/2010 12:05:18 AM (16 years ago)
Author:
dd32
Message:

Alot more tabs. Props jacobsantos & Viper007bond. See #14147

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r15220 r15355  
    732732        endswitch;
    733733
    734     if ( $filter )
     734        if ( $filter )
    735735                return apply_filters( 'wp_generate_tag_cloud', $return, $tags, $args );
    736     else
     736        else
    737737                return $return;
    738738}
Note: See TracChangeset for help on using the changeset viewer.