drupal_page_help

Versions
4.6 – 5
drupal_page_help()

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

Code

modules/drupal/drupal.module, line 367

<?php
function drupal_page_help() {
  return drupal_help('user/help#drupal');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.