i18n fix from momo360modena and nbachiyski. fixes #4523

git-svn-id: http://svn.automattic.com/wordpress/trunk@5909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-08-21 00:35:55 +00:00
parent eb30d086be
commit d3754cc69b
1 changed files with 3 additions and 3 deletions

View File

@ -164,9 +164,9 @@ if ( $extra_comments ) : ?>
<td><a href="edit-comments.php?s=<?php comment_author_IP() ?>&amp;mode=edit"><?php comment_author_IP() ?></a></td> <td><a href="edit-comments.php?s=<?php comment_author_IP() ?>&amp;mode=edit"><?php comment_author_IP() ?></a></td>
<td><?php comment_excerpt(); ?></td> <td><?php comment_excerpt(); ?></td>
<td> <td>
<?php if ('unapproved' == $comment_status) { ?> <?php if ('unapproved' == $comment_status) {
(Unapproved) _e('Unapproved');
<?php } else { ?> } else { ?>
<a href="<?php echo get_permalink($comment->comment_post_ID); ?>#comment-<?php comment_ID() ?>" class="edit"><?php _e('View') ?></a> <a href="<?php echo get_permalink($comment->comment_post_ID); ?>#comment-<?php comment_ID() ?>" class="edit"><?php _e('View') ?></a>
<?php } ?> <?php } ?>
</td> </td>