summaryrefslogtreecommitdiff
path: root/modules/comment/comment.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-25 10:27:15 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-25 10:27:15 +0000
commit14b233ec1d4d1d57995ce92f65377f7349516a29 (patch)
tree32e2a7c12efb894f5b3992ae2edb59306dca8b99 /modules/comment/comment.admin.inc
parentd55daf0fc49a53f5bc3ff35b7fa1c1c7ce628835 (diff)
downloadbrdo-14b233ec1d4d1d57995ce92f65377f7349516a29.tar.gz
brdo-14b233ec1d4d1d57995ce92f65377f7349516a29.tar.bz2
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
Diffstat (limited to 'modules/comment/comment.admin.inc')
-rw-r--r--modules/comment/comment.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.admin.inc b/modules/comment/comment.admin.inc
index dbb8f16c0..fcb1adf7a 100644
--- a/modules/comment/comment.admin.inc
+++ b/modules/comment/comment.admin.inc
@@ -89,7 +89,7 @@ function comment_admin_overview($type = 'new', $arg) {
'subject' => l($comment->subject, 'comment/' . $comment->cid, array('attributes' => array('title' => truncate_utf8($comment->comment, 128)), 'fragment' => 'comment-' . $comment->cid)),
'author' => theme('username', $comment),
'posted_in' => l($comment->node_title, 'node/' . $comment->nid),
- 'time' => format_date($comment->timestamp, 'small'),
+ 'time' => format_date($comment->timestamp, 'short'),
'operations' => l(t('edit'), 'comment/edit/' . $comment->cid, array('query' => $destination)),
);
}