| 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> |