Changeset 5909

Show
Ignore:
Timestamp:
08/21/07 00:35:55 (1 year ago)
Author:
ryan
Message:

i18n fix from momo360modena and nbachiyski. fixes #4523

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 } ?>