You are here

function better_messages_help in Better Messages 7.2

Implement of hook_help().

@todo Add help.

File

./better_messages.module, line 9

Code

function better_messages_help($path, $arg) {
  switch ($path) {
    case 'admin/config/user-interface/better-messages':
      return '';
  }
}