Changeset 21981 for trunk/wp-includes/category-template.php
- Timestamp:
- 09/24/2012 08:35:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r21735 r21981 1063 1063 return false; 1064 1064 1065 if ( ! is_object_in_taxonomy( $post->post_type, $taxonomy ) ) 1066 return false; 1067 1065 1068 $terms = get_object_term_cache( $post->ID, $taxonomy ); 1066 1069 if ( false === $terms ) {
Note: See TracChangeset
for help on using the changeset viewer.