Validation fix from nbachiyski. fixes #5962

git-svn-id: https://develop.svn.wordpress.org/trunk@7144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-03 21:13:47 +00:00
parent a87c748d19
commit c1c24f5982
1 changed files with 1 additions and 1 deletions

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>