Changeset 6655

Show
Ignore:
Timestamp:
01/25/08 01:59:06 (10 months ago)
Author:
ryan
Message:

Remove lingering bit of get_tags cache

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/category.php

    r6651 r6655  
    133133        return array(); 
    134134 
    135     $cache[ $key ] = $tags; 
    136  
    137135    $tags = apply_filters('get_tags', $tags, $args); 
    138136    return $tags;