Changes between Initial Version and Version 1 of Ticket #40436, comment 4
- Timestamp:
- 05/11/2018 02:36:28 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40436, comment 4
initial v1 1 1 Hi @soulseekah, thanks so much for working on this patch! This is a feature I'd really love to see in WordPress as I currently have to requery the terms using the `get_the_terms` filter to make WordPress respect the order in which terms were defined in the post edit screen. 2 2 3 This [issue recently cropped up again for me](https://github.com/WordPress/gutenberg/issues/6688) in Gutenberg when I was trying to display terms in `term_order` in a non-hierarchical taxonomy meta box. Overriding `get_the_terms` fixes the order, but, as I said, this requires a second query that should ideally not be necessary.3 This issue recently cropped up again for me (https://github.com/WordPress/gutenberg/issues/6688) in Gutenberg when I was trying to display terms in `term_order` in a non-hierarchical taxonomy meta box. Overriding `get_the_terms` fixes the order, but, as I said, this requires a second query that should ideally not be necessary. 4 4 5 5 Any idea on when this could be merged in to core?