Changeset 16900 for trunk/wp-includes/category-template.php
- Timestamp:
- 12/13/2010 09:21:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r16888 r16900 68 68 if ( ! $categories ) 69 69 $categories = array(); 70 70 71 71 $categories = array_values( $categories ); 72 72 … … 1074 1074 wp_cache_add($id, $terms, $taxonomy . '_relationships'); 1075 1075 } 1076 1076 1077 1077 $terms = apply_filters( 'get_the_terms', $terms, $id, $taxonomy ); 1078 1078
Note: See TracChangeset
for help on using the changeset viewer.