Make WordPress Core


Ignore:
Timestamp:
08/21/2007 12:35:55 AM (17 years ago)
Author:
ryan
Message:

i18n fix from momo360modena and nbachiyski. fixes #4523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r5903 r5909  
    165165    <td><?php comment_excerpt(); ?></td>
    166166    <td>
    167         <?php if ('unapproved' == $comment_status) { ?>
    168             (Unapproved)
    169         <?php } else { ?>
     167        <?php if ('unapproved' == $comment_status) {
     168            _e('Unapproved');
     169        } else { ?>
    170170            <a href="<?php echo get_permalink($comment->comment_post_ID); ?>#comment-<?php comment_ID() ?>" class="edit"><?php _e('View') ?></a>
    171171        <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.