Removing obsolete references to readme files in source code

This commit is contained in:
Manuel Cillero 2017-10-03 23:20:11 +02:00
parent 3bcd36d5ab
commit 37c335e3cc
31 changed files with 52 additions and 94 deletions

View file

@ -7,21 +7,6 @@
* controls format display options, works with CCK fields.
*/
/**
* Implementation of hook_help().
*/
function better_formats_help($path, $arg) {
switch ($path) {
case 'admin/help/better_formats':
$output = '<p>' . t('See the module README.txt file in the better_formats module directory for help.') . '</p>';
break;
default:
$output = '';
}
return $output;
}
/**
* Implementation of hook_perm().
*/