| 5 drupal.module | drupal_page_help() |
Menu callback; print Drupal-authentication-specific information from user/help.
1 string reference to 'drupal_page_help'
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');
}
Login or register to post comments