Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
link
Commits
8842d6d5
Commit
8842d6d5
authored
Mar 17, 2007
by
Nathan Haug
Browse files
Remoing anchor from wikipedia reference on Nofollow. Issue #126430. Thanks Aren Cambre!
parent
1c65f4fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
link.module
View file @
8842d6d5
...
@@ -72,7 +72,7 @@ function link_field_settings($op, $field) {
...
@@ -72,7 +72,7 @@ function link_field_settings($op, $field) {
'#prefix'
=>
'<div class="form-item"><label>Nofollow Value: </label>'
,
'#prefix'
=>
'<div class="form-item"><label>Nofollow Value: </label>'
,
'#suffix'
=>
'</div>'
,
'#suffix'
=>
'</div>'
,
'#title'
=>
t
(
'Add rel="nofollow" Attribute'
),
'#title'
=>
t
(
'Add rel="nofollow" Attribute'
),
'#description'
=>
t
(
'The <a href="http://en.wikipedia.org/wiki/Nofollow
#rel.3Dnofollow
">rel="nofollow" attribute</a> prevents some search engines from spidering entered links.'
),
'#description'
=>
t
(
'The <a href="http://en.wikipedia.org/wiki/Nofollow">rel="nofollow" attribute</a> prevents some search engines from spidering entered links.'
),
'#default_value'
=>
isset
(
$field
[
'attributes'
][
'rel'
])
?
$field
[
'attributes'
][
'rel'
]
:
false
,
'#default_value'
=>
isset
(
$field
[
'attributes'
][
'rel'
])
?
$field
[
'attributes'
][
'rel'
]
:
false
,
);
);
return
$form
;
return
$form
;
...
...
Write
Preview
Supports
Markdown
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