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/upload.php

    r10606 r10680  
    303303    <th scope="col" class="check-column"><input type="checkbox" /></th>
    304304    <th scope="col"></th>
    305     <th scope="col"><?php echo _c('Media|media column header'); ?></th>
    306     <th scope="col"><?php echo _c('Date Added|media column header'); ?></th>
     305    <th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>
     306    <th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>
    307307</tr>
    308308</thead>
     
    312312    <th scope="col" class="check-column"><input type="checkbox" /></th>
    313313    <th scope="col"></th>
    314     <th scope="col"><?php echo _c('Media|media column header'); ?></th>
    315     <th scope="col"><?php echo _c('Date Added|media column header'); ?></th>
     314    <th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>
     315    <th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>
    316316</tr>
    317317</tfoot>
Note: See TracChangeset for help on using the changeset viewer.