Changes between Version 2 and Version 3 of Ticket #10905, comment 23
- Timestamp:
- 01/17/11 10:20:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10905, comment 23
v2 v3 1 1 Thanks to scribu: pointed out this ticket. 2 2 I have a related ticket: [http://core.trac.wordpress.org/ticket/16267 #16267] If this one (#10905) is implemented, #16267 isn't needed. 3 Although, I would like to have the possibility of duplicates. 3 Although, I would like to have the possibility of duplicates. And, possibility of multiple meta values with one key. 4 Besides, if multiple values with one key are allowed, duplicates shouldn't be denied. 5 Example: 6 What if you want to change the key_1 order in this example: 7 {{{ 8 [key_1] => 'Happy' 9 [key_1] => 'Sad' 10 [key_2] => 'Gregory' 11 [my_key] => 'Steve' 12 }}}
