Making WordPress.org

Changeset 6305


Ignore:
Timestamp:
12/23/2017 01:09:33 AM (9 years ago)
Author:
SergeyBiryukov
Message:

developer.wordpress.org: Add missing text domain for table headings in archive-command.php.

Props chetan200891.
Fixes #3349.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-command.php

    r5474 r6305  
    2222                                        <thead>
    2323                                                <tr>
    24                                                         <th>Command</th>
    25                                                         <th>Description</th>
     24                                                        <th><?php _e( 'Command', 'wporg' ); ?></th>
     25                                                        <th><?php _e( 'Description', 'wporg' ); ?></th>
    2626                                                </tr>
    2727                                        </thead>
Note: See TracChangeset for help on using the changeset viewer.