Changeset 5909 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 08/21/2007 12:35:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r5903 r5909 165 165 <td><?php comment_excerpt(); ?></td> 166 166 <td> 167 <?php if ('unapproved' == $comment_status) { ?>168 (Unapproved)169 <?php} else { ?>167 <?php if ('unapproved' == $comment_status) { 168 _e('Unapproved'); 169 } 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 } ?>
Note: See TracChangeset
for help on using the changeset viewer.