Changes between Version 1 and Version 2 of Ticket #41293, comment 2
- Timestamp:
- 07/13/2017 07:22:07 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41293, comment 2
v1 v2 1 1 Hi @ivankristianto, thanks for your reply and advise. 2 2 I understood about supported arguments, but i think it will be better to support those arguments too. 3 Because wp_get_post_terms returns result of get_terms function (correctly array of get_terms result) and get_terms function supports arguments like id=>name. So there is problem about array_merge logic inside wp_get_object_terms function.3 Because wp_get_post_terms returns result of get_terms function (correctly array of get_terms result) and get_terms function supports arguments like id=>name. So there is only one problem about array_merge logic inside wp_get_object_terms function. 4 4 Its not a bug, so could you consider about it for feature release? 5 5 Thanks.