Ticket #15959: 15959.patch
File 15959.patch, 481 bytes (added by , 14 years ago) |
---|
-
wp-includes/link-template.php
1101 1101 if ( empty( $post ) ) 1102 1102 return null; 1103 1103 1104 if ( $in_same_cat ) { 1105 $taxonomies = get_object_taxonomies($post); 1106 if ( ! in_array('category', $taxonomies) ) 1107 $in_same_cat = false; 1108 } 1109 1104 1110 $current_post_date = $post->post_date; 1105 1111 1106 1112 $join = '';