Changeset 2538 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-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/sponsor-invoices-list-table.php
r2355 r2538 87 87 */ 88 88 protected function column_invoice_title( $index_row ) { 89 $title = empty( $index_row->invoice_title ) ? '(no title)' : $index_row->invoice_title; 90 89 91 $edit_url = get_admin_url( 90 92 $index_row->blog_id, … … 96 98 97 99 <a href="<?php echo esc_url( $edit_url ); ?>"> 98 <?php echo esc_html( $ index_row->invoice_title ); ?>100 <?php echo esc_html( $title ); ?> 99 101 </a> 100 102
Note: See TracChangeset
for help on using the changeset viewer.