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