id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 23506 get_terms() assumes its taxonomies argument is a numeric array with a 0 key nbachiyski wonderboymusic "In a few places in `get_terms()` we are using `$taxonomies[0]` after we've established that we have more than one taxonomy. The array isn't always 0-based, though. For example, `get_taxonomies()` returns arrays with the taxonomy name as a key, which breaks this pattern. In the attached patch, the taxonomies are run through `array_values()`, which gives us a 0-based array of the taxonomies." defect (bug) closed normal 3.7 Taxonomy 3.6 normal fixed has-patch commit