Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
563c00c9
Commit
563c00c9
authored
Jul 30, 2005
by
Steven Wittens
Browse files
- Oopsie
parent
36f6cdc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/engines/phptemplate/phptemplate.engine
View file @
563c00c9
...
...
@@ -235,14 +235,14 @@ function phptemplate_comment($comment, $links = 0) {
return
_phptemplate_callback
(
'comment'
,
array
(
'author'
=>
format_name
(
$comment
),
'comment'
=>
$comment
,
array
(
'%a'
=>
format_name
(
$comment
),
'%b'
=>
format_date
(
$comment
->
timestamp
))),
'content'
=>
$comment
->
comment
,
'date'
=>
format_date
(
$comment
->
timestamp
),
'links'
=>
$links
,
'new'
=>
$comment
->
new
?
t
(
'new'
)
:
''
,
'picture'
=>
theme_get_setting
(
'toggle_comment_user_picture'
)
?
theme
(
'user_picture'
,
$comment
)
:
''
,
'submitted'
=>
t
(
'Submitted by %a on %b.'
,
array
(
'%a'
=>
format_name
(
$comment
),
'%b'
=>
format_date
(
$comment
->
timestamp
))),
'title'
=>
l
(
$comment
->
subject
,
$_GET
[
'q'
],
NULL
,
NULL
,
"comment-
$comment->cid
"
)
));
}
...
...
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