Changeset 2535 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/reimbursement-requests-dashboard.php
- Timestamp:
- 02/19/2016 12:40:37 AM (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-dashboard.php
r2393 r2535 199 199 // Drafts, etc aren't displayed in the list table, so there's no reason to index them 200 200 $ignored_statuses = array( 'auto-draft', 'draft', 'trash' ); 201 // todo also `inherit`. should switch to whitelist instead of blacklist 201 202 202 203 if ( in_array( $request->post_status, $ignored_statuses, true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.