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> |