Changes between Initial Version and Version 1 of Ticket #33369, comment 11
- Timestamp:
- 08/28/2015 01:34:56 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33369, comment 11
initial v1 3 3 The problem is there is no way, in a plugin, to know if `name` was explicitly passed, or was fallen back to as the default. 4 4 5 I wrote a term-order plugin. I want to be able to orderby `term_order` by default instead of `name` and still want `name` to be available as an option if it's explicitly passed. As the code stands today, I cannot tell the difference.5 I wrote a term-order plugin. I want to orderby `order` by default instead of `name` and still want `name` to be available as an option if it's explicitly passed. As the code stands today, I cannot tell the difference. 6 6 7 7 Does that help clarify?