You are here

function user_help_page in Drupal 5

Same name and namespace in other branches
  1. 4 modules/user.module \user_help_page()

Menu callback; Prints user-specific help information.

1 string reference to 'user_help_page'
user_menu in modules/user/user.module
Implementation of hook_menu().

File

modules/user/user.module, line 2448
Enables the user registration and login system.

Code

function user_help_page() {
  return user_help('user/help#user');
}