Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #24216


Ignore:
Timestamp:
04/28/2013 11:13:36 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24216

    • Property Version changed from trunk to 2.5
    • Property Milestone changed from Awaiting Review to 3.6
  • Ticket #24216 – Description

    initial v2  
    11http://core.trac.wordpress.org/browser/trunk/wp-includes/taxonomy.php#L2380
    22
    3 $args\['term_id'\] doesn't exist. It should be $term->term_id.
     3`$args['term_id']` doesn't exist. It should be `$term->term_id`.
    44
    55This means that even though the DB schema allows for different taxonomies to have the same slug the code will never allow it.