Index: wp-admin/moderation.php
===================================================================
--- wp-admin/moderation.php	(revision 2403)
+++ wp-admin/moderation.php	(working copy)
@@ -145,6 +145,7 @@
 			<p><strong><?php _e('Name:') ?></strong> <?php comment_author_link() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E-mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_email) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></p>
 <?php comment_text() ?>
 <p><?php
+_e('Posted'); echo ' '; comment_date('M j, g:i A'); echo ' | ';
 echo '<a href="post.php?action=editcomment&amp;comment='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';?>
 <a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php _e('View Post') ?></a> | 
 <?php 
@@ -217,4 +218,4 @@
 }
 
 
-include('admin-footer.php') ?>
\ No newline at end of file
+include('admin-footer.php') ?>
