﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20129	get_bookmark object should return array of categories	andrewheins		"get_bookmark() returns a bookmark object with a single taxonomy and term_id, which are returned as strings. 

In the WordPress admin section, it's possible to select multiple categories for a link (or bookmark, as it were).

get_bookmark() currently pulls all bookmarks for the categories you choose, and then runs array_unique on them to weed out duplicates. You only wind up with whatever the first category it pulled from.

It would be more consistent to merge those duplicate links, creating an array of term_ids for that bookmark, and allowing the developer to pull all of the terms for that bookmark."	defect (bug)	closed	normal		Taxonomy	3.3.1	minor	invalid		
