function user_elements in Drupal 6
Implementation of hook_elements().
File
- modules/
user/ user.module, line 633 - Enables the user registration and login system.
Code
function user_elements() {
return array(
'user_profile_category' => array(),
'user_profile_item' => array(),
);
}