From 563c00c92c4baa67cc9fd53538c5d3df060523c2 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 30 Jul 2005 20:54:02 +0000 Subject: - Oopsie --- themes/engines/phptemplate/phptemplate.engine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index e64b554ea..22b1d9805 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -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") )); } -- cgit v1.2.3