Same name and namespace in other branches
  1. 4.6.x modules/drupal.module \drupal_page_help()
  2. 4.7.x modules/drupal.module \drupal_page_help()

Menu callback; print Drupal-authentication-specific information from user/help.

1 string reference to 'drupal_page_help'
drupal_menu in modules/drupal/drupal.module
Implementation of hook_menu().

File

modules/drupal/drupal.module, line 367
Lets users log in using a Drupal ID and can notify a central server about your site.

Code

function drupal_page_help() {
  return drupal_help('user/help#drupal');
}