- Patch #1587822 by drumm, bfroehle: Code style: link in field_system_info_alter().

8.0.x
Dries 2012-05-18 16:38:28 -04:00
parent 26aaa9fbde
commit 2379c9b95b
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ function field_system_info_alter(&$info, $file, $type) {
}
if ($non_deleted) {
if (module_exists('field_ui')) {
$explanation = t('Field type(s) in use - see !link', array('!link' => l(t('Field list'), 'admin/reports/fields')));
$explanation = t('Field type(s) in use - see <a href="@fields-page">Field list</a>', array('@fields-page' => url('admin/reports/fields')));
}
else {
$explanation = t('Fields type(s) in use');