Make WordPress Core


Ignore:
Timestamp:
01/25/2008 01:59:06 AM (17 years ago)
Author:
ryan
Message:

Remove lingering bit of get_tags cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.