Changes between Initial Version and Version 1 of Ticket #10142, comment 30
- Timestamp:
- 02/19/2011 04:39:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10142, comment 30
initial v1 1 1 Replying to [comment:28 scribu]: 2 > Currently, terms can be shared between taxonomies, although there is a trend against that: #58093 >4 > With such a shared term, it's much more likely that you will want to associate different metadata for different taxonomies.5 >6 > Therefore, as it is now, if we add a term meta table, it should be connected via taxonomy_term_id only.7 >8 2 > Flipping the coin, if we connect it via term_id only, it's easy to differentiate based on taxonomy, by adding the taxonomy name to the meta key, for example. 9 3 >