Use _x() and extracted comments. Props nbachiyski. see #9112

git-svn-id: http://svn.automattic.com/wordpress/trunk@10680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2009-03-02 19:20:19 +00:00
parent 00b6ce601c
commit 0bf194de3b
12 changed files with 72 additions and 37 deletions

View File

@@ -290,7 +290,9 @@ if ( 1 == count($posts) && is_singular() ) :
<table class="widefat" cellspacing="0">
<thead>
<tr>
<th scope="col" class="column-comment"><?php echo _c('Comment|noun') ?></th>
<th scope="col" class="column-comment">
<?php /* translators: column name */ echo _x('Comment', 'column name') ?>
</th>
<th scope="col" class="column-author"><?php _e('Author') ?></th>
<th scope="col" class="column-date"><?php _e('Submitted') ?></th>
</tr>