Hi ken, this one is very minor and d5 only.

From the hook_user() documentation:

    * view": An associative array of associative arrays. The outer array should be keyed by category name. The interior array(s) should have a unique textual key and have 'title', 'value'  and 'class' elements. See theme_user_profile() and an example at user_user() 

In domain_user() only 'title' and 'value' are defined, the 'class' element is not defined.

Comments

agentrickard’s picture

Status: Active » Fixed

Fair enough. Class is now 'status', which prints to HTML as 'domain-status'.

Committed to 5.x

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.