Changeset 16487 for trunk/wp-includes/category-template.php
- Timestamp:
- 11/19/2010 05:09:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r16478 r16487 1067 1067 1068 1068 $terms = get_object_term_cache( $id, $taxonomy ); 1069 if ( false === $terms ) 1069 if ( false === $terms ) { 1070 1070 $terms = wp_get_object_terms( $id, $taxonomy ); 1071 1071 wp_cache_add($id, $terms, $taxonomy . '_relationships'); 1072 } 1073 1072 1074 $terms = apply_filters( 'get_the_terms', $terms, $id, $taxonomy ); 1073 1075
Note: See TracChangeset
for help on using the changeset viewer.