Changeset 14647 for trunk/wp-admin/upload.php
- Timestamp:
- 05/14/2010 09:46:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r14548 r14647 364 364 <th scope="col" class="check-column"><input type="checkbox" /></th> 365 365 <th scope="col"></th> 366 <th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>367 <th scope="col"><?php /* translators: column name in media */ echo _x('Author', 'media column name'); ?></th>368 <th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>366 <th scope="col"><?php /* translators: column name in media */ _ex('Media', 'media column name'); ?></th> 367 <th scope="col"><?php /* translators: column name in media */ _ex('Author', 'media column name'); ?></th> 368 <th scope="col"><?php /* translators: column name in media */ _ex('Date Added', 'media column name'); ?></th> 369 369 </tr> 370 370 </thead> … … 374 374 <th scope="col" class="check-column"><input type="checkbox" /></th> 375 375 <th scope="col"></th> 376 <th scope="col"><?php /* translators: column name in media */ echo _x('Media', 'media column name'); ?></th>377 <th scope="col"><?php /* translators: column name in media */ echo _x('Author', 'media column name'); ?></th>378 <th scope="col"><?php /* translators: column name in media */ echo _x('Date Added', 'media column name'); ?></th>376 <th scope="col"><?php /* translators: column name in media */ _ex('Media', 'media column name'); ?></th> 377 <th scope="col"><?php /* translators: column name in media */ _ex('Author', 'media column name'); ?></th> 378 <th scope="col"><?php /* translators: column name in media */ _ex('Date Added', 'media column name'); ?></th> 379 379 </tr> 380 380 </tfoot>
Note: See TracChangeset
for help on using the changeset viewer.