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:
parent
9fef68880d
commit
1db32f4b9f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user