Make WordPress Core


Ignore:
Timestamp:
03/02/2009 07:20:19 PM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

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

    r10606 r10680  
    291291<thead>
    292292  <tr>
    293     <th scope="col" class="column-comment"><?php echo _c('Comment|noun') ?></th>
     293    <th scope="col" class="column-comment">
     294        <?php  /* translators: column name */ echo _x('Comment', 'column name') ?>
     295    </th>
    294296    <th scope="col" class="column-author"><?php _e('Author') ?></th>
    295297    <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
Note: See TracChangeset for help on using the changeset viewer.