Same name and namespace in other branches
  1. 4.7.x modules/archive.module \archive_help()

Implementation of hook_help().

File

modules/archive.module, line 11
Displays a calendar to navigate old content.

Code

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