Validation fix from nbachiyski. fixes #5962

git-svn-id: http://svn.automattic.com/wordpress/trunk@7144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-03 21:13:47 +00:00
parent 5aabe0133c
commit e38923c92d

View File

@ -631,7 +631,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
<?php endif; ?>
<a href="edit-comments.php?s=<?php comment_author_IP() ?>&amp;mode=detail"><?php comment_author_IP() ?></a>
</p>
<p><?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?></p>
<?php if ( 'list' == $mode ) comment_excerpt(); else comment_text(); ?>
<p><?php printf(__('From %1$s, %2$s'), $post_link, $ptime) ?></p>
</td>
<td><?php comment_date(__('Y/m/d')); ?></td>