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
468b9e8e
Commit
468b9e8e
authored
Oct 19, 2005
by
Steven Wittens
Browse files
- Code style
parent
aa5ad370
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/taxonomy.module
View file @
468b9e8e
...
...
@@ -1213,7 +1213,7 @@ function taxonomy_rss_item($node) {
foreach
(
$terms
as
$term
)
{
$output
[]
=
array
(
'key'
=>
'category'
,
'value'
=>
check_plain
(
$term
->
name
),
'attributes'
=>
array
(
'domain'
=>
url
(
'taxonomy/term/'
.
$term
->
tid
,
NULL
,
NULL
,
TRUE
)));
'attributes'
=>
array
(
'domain'
=>
url
(
'taxonomy/term/'
.
$term
->
tid
,
NULL
,
NULL
,
TRUE
)));
}
return
$output
;
}
...
...
modules/taxonomy/taxonomy.module
View file @
468b9e8e
...
...
@@ -1213,7 +1213,7 @@ function taxonomy_rss_item($node) {
foreach
(
$terms
as
$term
)
{
$output
[]
=
array
(
'key'
=>
'category'
,
'value'
=>
check_plain
(
$term
->
name
),
'attributes'
=>
array
(
'domain'
=>
url
(
'taxonomy/term/'
.
$term
->
tid
,
NULL
,
NULL
,
TRUE
)));
'attributes'
=>
array
(
'domain'
=>
url
(
'taxonomy/term/'
.
$term
->
tid
,
NULL
,
NULL
,
TRUE
)));
}
return
$output
;
}
...
...
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