Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35089, comment 5


Ignore:
Timestamp:
12/27/2015 04:32:47 PM (10 years ago)
Author:
boonebgorges
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35089, comment 5

    initial v1  
    77I 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.
    88
    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 boolean values that are causing the `wp_list_filter()` issues.
     9I 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.