mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Context and translator comments for revisions column names. props dimadin, fixes #13434.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
918b5b7a41
commit
8475725f54
@ -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