Context and translator comments for revisions column names. props dimadin, fixes #13434.

git-svn-id: https://develop.svn.wordpress.org/trunk@14753 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-19 19:20:22 +00:00
parent 9fef68880d
commit 1db32f4b9f

View File

@ -1208,9 +1208,9 @@ function wp_list_post_revisions( $post_id = 0, $args = null ) {
<col style="width: 33%" />
<thead>
<tr>
<th scope="col"><?php _e( 'Old' ); ?></th>
<th scope="col"><?php _e( 'New' ); ?></th>
<th scope="col"><?php _e( 'Date Created' ); ?></th>
<th scope="col"><?php /* translators: column name in revisons */ _ex( 'Old', 'revisions column name' ); ?></th>
<th scope="col"><?php /* translators: column name in revisons */ _ex( 'New', 'revisions column name' ); ?></th>
<th scope="col"><?php /* translators: column name in revisons */ _ex( 'Date Created', 'revisions column name' ); ?></th>
<th scope="col"><?php _e( 'Author' ); ?></th>
<th scope="col" class="action-links"><?php _e( 'Actions' ); ?></th>
</tr>