Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
link
Commits
46fe6eb0
Commit
46fe6eb0
authored
Jan 15, 2007
by
Nathan Haug
Browse files
Updated admin->modules help text to match other CCK modules. Issue #104817.
parent
0dbd496b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
link.module
link.module
+1
-1
No files found.
link.module
View file @
46fe6eb0
...
...
@@ -12,7 +12,7 @@
function
link_help
(
$section
)
{
switch
(
$section
)
{
case
'admin/modules#description'
:
return
t
(
'Defines simple link field types. <em>Note: Requires content.module.</em>'
);
return
t
(
'
<strong>CCK:</strong>
Defines simple link field types. <em>Note: Requires content.module.</em>'
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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