Changes between Initial Version and Version 2 of Ticket #24216
- Timestamp:
- 04/28/2013 11:13:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24216
-
Property
Version
changed from
trunk
to2.5
-
Property
Milestone
changed from
Awaiting Review
to3.6
-
Property
Version
changed from
-
Ticket #24216 – Description
initial v2 1 1 http://core.trac.wordpress.org/browser/trunk/wp-includes/taxonomy.php#L2380 2 2 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`. 4 4 5 5 This means that even though the DB schema allows for different taxonomies to have the same slug the code will never allow it.