Changes between Initial Version and Version 1 of Ticket #10142, comment 108
- Timestamp:
- 11/05/2014 06:46:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10142, comment 108
initial v1 1 In 4.1 we've begun to phase out shared taxonomy terms. See #5809, #21950. In a future release of WordPress, we'll have one-to-one correspondence between items in `wp_terms` and `wp_term_taxonomy` (and indeed, the two may be merged). See #30261, which blocks this ticket. So I think it's time to reopen and consider what theAPI would look like.1 In 4.1 we've begun to phase out shared taxonomy terms. See #5809, #21950. In a future release of WordPress, we'll have one-to-one correspondence between items in `wp_terms` and `wp_term_taxonomy` (and indeed, the two may be merged). See #30261, which blocks this ticket. So I think it's time to reopen and consider what a termmeta API would look like. 2 2 3 3 A few initial thoughts: