Making WordPress.org

Changeset 4671


Ignore:
Timestamp:
01/13/2017 11:24:53 PM (10 years ago)
Author:
coreymckrill
Message:

WordCamp Post Types: Make string translatable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php

    r4349 r4671  
    585585
    586586                // Table headings.
    587                 $html .= '<th class="wcpt-col-time">Time</th>';
     587                $html .= '<th class="wcpt-col-time">' . esc_html__( 'Time', 'wordcamporg' ) . '</th>';
    588588                foreach ( $columns as $term_id ) {
    589589                        $track = get_term( $term_id, 'wcb_track' );
Note: See TracChangeset for help on using the changeset viewer.