Changeset 2699
- Timestamp:
- 03/07/2016 10:43:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/reimbursement-requests-dashboard.php
r2647 r2699 80 80 function get_current_section() { 81 81 $sections = get_section_slugs(); 82 $current_section = ' submitted';82 $current_section = 'wcb-pending-approval'; 83 83 84 84 if ( isset( $_GET['section'] ) && in_array( $_GET['section'], $sections, true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.