Ticket #4523: comments_internatio.patch
| File comments_internatio.patch, 536 bytes (added by momo360modena, 6 years ago) |
|---|
-
edit-comments.php
165 165 <td><?php comment_excerpt(); ?></td> 166 166 <td> 167 167 <?php if ('unapproved' == $comment_status) { ?> 168 (Unapproved)168 <?php _e('(Unapproved)'); ?> 169 169 <?php } else { ?> 170 170 <a href="<?php echo get_permalink($comment->comment_post_ID); ?>#comment-<?php comment_ID() ?>" class="edit"><?php _e('View') ?></a> 171 171 <?php } ?>
