Changeset 6253 for branches/2.3/wp-includes/bookmark.php
- Timestamp:
- 10/15/07 20:14:56 (1 year ago)
- Files:
-
- branches/2.3/wp-includes/bookmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/wp-includes/bookmark.php
r6026 r6253 114 114 if (!empty($category_query)) { 115 115 $category_query .= ") AND taxonomy = 'link_category'"; 116 $join = " LEFT JOIN $wpdb->term_relationships AS tr ON ($wpdb->links.link_id = tr.object_id) LEFTJOIN $wpdb->term_taxonomy as tt ON tt.term_taxonomy_id = tr.term_taxonomy_id";116 $join = " INNER JOIN $wpdb->term_relationships AS tr ON ($wpdb->links.link_id = tr.object_id) INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_taxonomy_id = tr.term_taxonomy_id"; 117 117 } 118 118
