Changeset 6655
- Timestamp:
- 01/25/08 01:59:06 (10 months ago)
- Files:
-
- trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category.php
r6651 r6655 133 133 return array(); 134 134 135 $cache[ $key ] = $tags;136 137 135 $tags = apply_filters('get_tags', $tags, $args); 138 136 return $tags;
