Changeset 14753
- Timestamp:
- 05/19/2010 07:20:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r14749 r14753 1209 1209 <thead> 1210 1210 <tr> 1211 <th scope="col"><?php _e( 'Old' ); ?></th>1212 <th scope="col"><?php _e( 'New' ); ?></th>1213 <th scope="col"><?php _e( 'Date Created' ); ?></th>1211 <th scope="col"><?php /* translators: column name in revisons */ _ex( 'Old', 'revisions column name' ); ?></th> 1212 <th scope="col"><?php /* translators: column name in revisons */ _ex( 'New', 'revisions column name' ); ?></th> 1213 <th scope="col"><?php /* translators: column name in revisons */ _ex( 'Date Created', 'revisions column name' ); ?></th> 1214 1214 <th scope="col"><?php _e( 'Author' ); ?></th> 1215 1215 <th scope="col" class="action-links"><?php _e( 'Actions' ); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.