﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11635,create a function that does this: wp_get_user_role(),hakre,ryan,"There is an TODO task left in the file wp-admin/user-edit.php around line 196. The original author should decide wether or not he wants to implement the noted feature or to just drop it.

Related Code:
{{{
// Get the highest/primary role for this user
// TODO: create a function that does this: wp_get_user_role()
$user_roles = $profileuser->roles;
$user_role = array_shift($user_roles);
}}}",defect (bug),closed,normal,3.6,Role/Capability,2.9,normal,fixed,has-patch close,eric@… admin@…
