Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33369, comment 11


Ignore:
Timestamp:
08/28/2015 01:34:56 PM (9 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33369, comment 11

    initial v1  
    33The problem is there is no way, in a plugin, to know if `name` was explicitly passed, or was fallen back to as the default.
    44
    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.
     5I 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.
    66
    77Does that help clarify?