Make WordPress Core

Ticket #37728: 37728.patch

File 37728.patch, 386 bytes (added by smerriman, 8 years ago)

set has_hierarchical_tax to true when querying all taxonomies

  • wp-includes/class-wp-term-query.php

     
    331331                                        $has_hierarchical_tax = true;
    332332                                }
    333333                        }
     334                } else {
     335                        $has_hierarchical_tax = true;
    334336                }
    335337
    336338                if ( ! $has_hierarchical_tax ) {