Changeset 10680 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 03/02/2009 07:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r10606 r10680 291 291 <thead> 292 292 <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> 294 296 <th scope="col" class="column-author"><?php _e('Author') ?></th> 295 297 <th scope="col" class="column-date"><?php _e('Submitted') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.