Making WordPress.org

Ticket #1904: 1904.diff

File 1904.diff, 1.1 KB (added by alissonally, 8 years ago)
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/tracker/shortcode-application-tracker.php

     
    88<table class="application-tracker striped">
    99        <thead>
    1010                <tr>
    11                         <th class="city"       >City</th>
    12                         <th class="applicant"  >Applicant</th>
    13                         <th class="milestone"  >Milestone</th>
    14                         <th class="status"     >Status</th>
    15                         <th class="last-update">Last Update</th>
     11                        <th class="city"       ><?php esc_html_e( 'City', 'wcpt' ); ?></th>
     12                        <th class="applicant"  ><?php esc_html_e( 'Applicant', 'wcpt' ); ?></th>
     13                        <th class="milestone"  ><?php esc_html_e( 'Milestone', 'wcpt' ); ?></th>
     14                        <th class="status"     ><?php esc_html_e( 'Status', 'wcpt' ); ?></th>
     15                        <th class="last-update"><?php esc_html_e( 'Last Update', 'wcpt' ); ?></th>
    1616                </tr>
    1717        </thead>
    1818