Changes between Initial Version and Version 1 of Ticket #35089, comment 5
- Timestamp:
- 12/27/2015 04:32:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35089, comment 5
initial v1 7 7 I checked it out, and my guess is that Jigoshop does this only because of copy-and-pasting `register_taxonomy()` arguments. The plugin doesn't actually expect to see the query_var for non-public taxonomies anywhere. 8 8 9 I think that [attachment:35089.diff] is the right move here: prior to 4.4, it was impossible for a query_var to be set to a boolean , and it's booleanvalues that are causing the `wp_list_filter()` issues.9 I think that [attachment:35089.diff] is the right move here: prior to 4.4, it was impossible for a query_var to be set to a boolean `true`, and it's `true` values that are causing the `wp_list_filter()` issues.