Closed (fixed)
Project:
Domain
Version:
5.x-1.8
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2008 at 07:35 UTC
Updated:
2 Oct 2008 at 13:52 UTC
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
Comment #1
agentrickardFair enough. Class is now 'status', which prints to HTML as 'domain-status'.
Committed to 5.x
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.