Changes between Initial Version and Version 1 of Ticket #23069, comment 6
- Timestamp:
- 01/02/13 16:41:59 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23069, comment 6
initial v1 1 The key difference is in the way WordPress relate dcustom taxonomies and terms -- apposed to, say, the way it relates custom post types to posts.1 The key difference is in the way WordPress relates custom taxonomies and terms -- apposed to, say, the way it relates custom post types to posts. 2 2 3 3 If I want my plugin to remove all posts of a post type that my plugin created, I can do that without needing to re-register the post type first. If I want to remove all terms for a custom taxonomy that my plugin creates, this is not the case.
