Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19680, comment 2


Ignore:
Timestamp:
12/30/2011 08:08:39 PM (13 years ago)
Author:
nofearinc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19680, comment 2

    initial v1  
    22
    33In [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
     5Edit: using t.name comparison [http://core.trac.wordpress.org/browser/tags/3.3/wp-includes/taxonomy.php#L1327 here]