Changeset 4671
- Timestamp:
- 01/13/2017 11:24:53 PM (8 years ago)
- 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 585 585 586 586 // Table headings. 587 $html .= '<th class="wcpt-col-time"> Time</th>';587 $html .= '<th class="wcpt-col-time">' . esc_html__( 'Time', 'wordcamporg' ) . '</th>'; 588 588 foreach ( $columns as $term_id ) { 589 589 $track = get_term( $term_id, 'wcb_track' );
Note: See TracChangeset
for help on using the changeset viewer.