Changeset 2304 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-list-table.php
- Timestamp:
- 01/16/2016 12:39:01 AM (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
r2302 r2304 19 19 ); 20 20 21 if ( 'submitted' === $_GET['section']) {21 if ( 'submitted' === get_current_section() ) { 22 22 $columns['approve_invoice'] = 'Approve'; 23 23 } … … 49 49 50 50 $table_name = get_index_table_name(); 51 $status = 'wcbsi_' . $_GET['section'];51 $status = 'wcbsi_' . get_current_section(); 52 52 $paged = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 1; 53 53 $limit = 30;
Note: See TracChangeset
for help on using the changeset viewer.