Index: edit-form-comment.php
===================================================================
--- edit-form-comment.php	(revision 24510)
+++ edit-form-comment.php	(working copy)
@@ -55,6 +55,10 @@
 		} ?></td>
 	<td><input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr($comment->comment_author_url); ?>" /></td>
 </tr>
+<tr valign="top">
+	<td class="first"><?php _e('IP:'); ?></td>
+	<td><?php echo esc_html($comment->comment_author_IP); ?></td>
+</tr>
 </tbody>
 </table>
 <br />
