Changeset 2538 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/reimbursement-requests-list-table.php
- Timestamp:
- 02/19/2016 08:07:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/reimbursement-requests-list-table.php
r2393 r2538 80 80 */ 81 81 protected function column_request_title( $index_row ) { 82 $title = empty( $index_row->request_title ) ? '(no title)' : $index_row->request_title; 83 82 84 $edit_url = get_admin_url( 83 85 $index_row->blog_id, … … 89 91 90 92 <a href="<?php echo esc_url( $edit_url ); ?>"> 91 <?php echo esc_html( $ index_row->request_title ); ?>93 <?php echo esc_html( $title ); ?> 92 94 </a> 93 95
Note: See TracChangeset
for help on using the changeset viewer.