﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23506,get_terms() assumes its taxonomies argument is a numeric array with a 0 key,nbachiyski,,"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),new,normal,Awaiting Review,Taxonomy,trunk,normal,,has-patch,
