Changeset 29008 for trunk/comments.php


Ignore:
Timestamp:
Jul 8, 2014, 9:00:47 PM (10 years ago)
Author:
mistic100
Message:

feature:2807 better fix for svn:28995

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r28995 r29008  
    486486      'AUTHOR' => trigger_change('render_comment_author', $comment['author']),
    487487      'WEBSITE_URL' => $comment['website_url'],
    488       'DATE'=>format_date($comment['date']).' '.substr($comment['date'],11,4),
     488      'DATE'=>format_date($comment['date'], array('day_name','day','month','year','time')),
    489489      'CONTENT'=>trigger_change('render_comment_content',$comment['content']),
    490490      );
Note: See TracChangeset for help on using the changeset viewer.