Make WordPress Core

Changeset 14753


Ignore:
Timestamp:
05/19/2010 07:20:22 PM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r14749 r14753  
    12091209<thead>
    12101210<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>
    12141214    <th scope="col"><?php _e( 'Author' ); ?></th>
    12151215    <th scope="col" class="action-links"><?php _e( 'Actions' ); ?></th>
Note: See TracChangeset for help on using the changeset viewer.