Changeset 6224 for trunk/wp-includes/bookmark.php
- Timestamp:
- 10/11/2007 05:43:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r6173 r6224 113 113 if (!empty($category_query)) { 114 114 $category_query .= ") AND taxonomy = 'link_category'"; 115 $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";115 $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"; 116 116 } 117 117
Note: See TracChangeset
for help on using the changeset viewer.