archive_help

Definition

archive_help($section)
drupal/modules/archive.module, line 11

Description

Implementation of hook_help().

Code

function archive_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Displays a calendar for navigating older content.');
  }
}