You are here

function title_help in Title 7

Implements hook help.

File

./title.module, line 711

Code

function title_help($path, $arg) {
  switch ($path) {
    case 'admin/config/content/title':
      return '<p>' . t('The settings below allow to configure the <em>default</em> settings to be used when creating new replacing fields. It is even possible to configure them so that the selected fields are created automatically when a new bundle is created.') . '</p>';
  }
}