function drupal_page_help in Drupal 4
Same name and namespace in other branches
- 5 modules/drupal/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.module - Implementation of hook_menu().
File
- modules/
drupal.module, line 343 - 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');
}