archive_help
- Versions
- 4.6 – 4.7
archive_help($section)
Implementation of hook_help().
Code
modules/archive.module, line 11
<?php
function archive_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Displays a calendar for navigating older content.');
}
}
?>Login or register to post comments 