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
|
@ -415,8 +415,6 @@ function advagg_check_missing_handler() {
|
|||
}
|
||||
}
|
||||
|
||||
$readme = drupal_get_path('module', 'advagg') . '/README.txt';
|
||||
|
||||
if (module_exists('cdn')) {
|
||||
$cdn_extra = $t('(both fieldsets)');
|
||||
}
|
||||
|
@ -545,7 +543,7 @@ function advagg_check_missing_handler() {
|
|||
'title' => $t('Adv CSS/JS Agg - Asynchronous Mode'),
|
||||
'severity' => REQUIREMENT_ERROR,
|
||||
'value' => $t('Set to FALSE.'),
|
||||
'description' => $t('Check to see if you have fast 404s, if so create an exception for this module. The <a href="@readme">readme file</a> explains what needs to be changed. You can try flushing the menu cache as well. ', array('@readme' => url($readme))) . $extra_404,
|
||||
'description' => $t('Check to see if you have fast 404s, if so create an exception for this module. You can try flushing the menu cache as well. ') . $extra_404,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue