Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2379c9b9
Commit
2379c9b9
authored
May 18, 2012
by
Dries Buytaert
Browse files
- Patch
#1587822
by drumm, bfroehle: Code style: link in field_system_info_alter().
parent
26aaa9fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/field/field.module
View file @
2379c9b9
...
...
@@ -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'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment