Changeset 6655 for trunk/wp-includes/category.php
- Timestamp:
- 01/25/2008 01:59:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.