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
e5fd6713
Commit
e5fd6713
authored
Apr 14, 2002
by
Kjartan Mannes
Browse files
- made a typo in one of the updated t()'s.
parent
b7326a33
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/blog.module
View file @
e5fd6713
...
...
@@ -302,7 +302,7 @@ function blog_link($type, $node = 0, $main) {
$links
[]
=
"<a href=
\"
module.php?mod=node&op=edit&id=
$node->nid
\"
title=
\"
"
.
t
(
"Edit this blog entry."
)
.
"
\"
>"
.
t
(
"edit this blog"
)
.
"</a>"
;
}
else
{
$links
[]
=
"<a href=
\"
module.php?mod=blog&op=view&id=
$node->uid
\"
title=
\"
"
.
strtr
(
t
(
"Read %u's latest blog entries."
),
array
(
"%u"
=>
$node
->
name
))
.
"
\"
>"
.
strtr
(
t
(
"%u's blog"
),
array
(
"%u"
,
$node
->
name
))
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=blog&op=view&id=
$node->uid
\"
title=
\"
"
.
strtr
(
t
(
"Read %u's latest blog entries."
),
array
(
"%u"
=>
$node
->
name
))
.
"
\"
>"
.
strtr
(
t
(
"%u's blog"
),
array
(
"%u"
=>
$node
->
name
))
.
"</a>"
;
}
}
...
...
modules/blog/blog.module
View file @
e5fd6713
...
...
@@ -302,7 +302,7 @@ function blog_link($type, $node = 0, $main) {
$links
[]
=
"<a href=
\"
module.php?mod=node&op=edit&id=
$node->nid
\"
title=
\"
"
.
t
(
"Edit this blog entry."
)
.
"
\"
>"
.
t
(
"edit this blog"
)
.
"</a>"
;
}
else
{
$links
[]
=
"<a href=
\"
module.php?mod=blog&op=view&id=
$node->uid
\"
title=
\"
"
.
strtr
(
t
(
"Read %u's latest blog entries."
),
array
(
"%u"
=>
$node
->
name
))
.
"
\"
>"
.
strtr
(
t
(
"%u's blog"
),
array
(
"%u"
,
$node
->
name
))
.
"</a>"
;
$links
[]
=
"<a href=
\"
module.php?mod=blog&op=view&id=
$node->uid
\"
title=
\"
"
.
strtr
(
t
(
"Read %u's latest blog entries."
),
array
(
"%u"
=>
$node
->
name
))
.
"
\"
>"
.
strtr
(
t
(
"%u's blog"
),
array
(
"%u"
=>
$node
->
name
))
.
"</a>"
;
}
}
...
...
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