diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-19 23:29:35 +0000 | 
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-19 23:29:35 +0000 | 
| commit | 45b6d344b4a5431e7cf11fde5808c63bf7553676 (patch) | |
| tree | 33a5bd2ee0124553c4d35f4152e607296479a551 /modules/comment/views/user_profile_comments.html.php | |
| parent | d1475ec40ebda6404baab45b5b2482c651e657f9 (diff) | |
| parent | 21a0f832b66eaba902b09e2a88ece52c76e4a0c3 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/comment/views/user_profile_comments.html.php')
| -rw-r--r-- | modules/comment/views/user_profile_comments.html.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/comment/views/user_profile_comments.html.php b/modules/comment/views/user_profile_comments.html.php index a2a641ba..377b2d95 100644 --- a/modules/comment/views/user_profile_comments.html.php +++ b/modules/comment/views/user_profile_comments.html.php @@ -4,8 +4,8 @@    <? foreach ($comments as $comment): ?>    <li id="g-comment-<?= $comment->id ?>">      <p class="g-author"> -      <?= t('on %date for %title ', -            array("date" => date("Y-M-d H:i:s", $comment->created), +      <?= t("on %date for %title ", +            array("date" => gallery::date_time($comment->created),                    "title" => $comment->item()->title)); ?>        <a href="<?= $comment->item()->url() ?>">          <?= $comment->item()->thumb_img(array(), 50) ?> | 
