Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -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().
|
||||
*/
|
||||
|
|
Reference in a new issue