user_elements
Definition
user_elements()
modules/user/user.module, line 639
Description
Implementation of hook_elements().
Code
<?php
function user_elements() {
return array(
'user_profile_category' => array(),
'user_profile_item' => array(),
);
}
?> 