diff options
Diffstat (limited to 'comments.php')
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index d21b7bb83..c3c470256 100644 --- a/comments.php +++ b/comments.php @@ -485,7 +485,7 @@ SELECT * 'ALT' => $name, 'AUTHOR' => trigger_change('render_comment_author', $comment['author']), 'WEBSITE_URL' => $comment['website_url'], - 'DATE'=>format_date($comment['date']).' '.substr($comment['date'],11,4), + 'DATE'=>format_date($comment['date'], array('day_name','day','month','year','time')), 'CONTENT'=>trigger_change('render_comment_content',$comment['content']), ); |