Changes between Initial Version and Version 1 of Ticket #19680, comment 2
- Timestamp:
- 12/30/2011 08:08:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19680, comment 2
initial v1 2 2 3 3 In [http://core.trac.wordpress.org/browser/tags/3.3/wp-includes/taxonomy.php#L1352 taxonomy.php] term_id is used and in wp_term_taxonomy both categories and tags using same name are linked to the same term_id. 4 5 Edit: using t.name comparison [http://core.trac.wordpress.org/browser/tags/3.3/wp-includes/taxonomy.php#L1327 here]