14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Defines a hook_help() implementation in a non-"bootstrap" module.
|
|
*/
|
|
|
|
/**
|
|
* Implements hook_help().
|
|
*/
|
|
function boot_test_2_help($path, $arg) {
|
|
// Empty hook.
|
|
}
|