Changeset 6106 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
- Timestamp:
- 11/10/2017 02:17:53 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r6067 r6106 266 266 wp_nonce_field( 'status', 'status_nonce' ); 267 267 268 // Warning/@todo: See note in WCP_Payment_Request::render_status_metabox() 268 269 $back_compat_statuses = array( 269 270 'wcbrr_submitted' => 'wcb-pending-approval', … … 867 868 $post = get_post( $entry->request_id ); 868 869 870 // Warning/@todo: See note in WCP_Payment_Request::render_status_metabox() 869 871 $back_compat_statuses = array( 870 872 'wcbrr_submitted' => 'wcb-pending-approval',
Note: See TracChangeset
for help on using the changeset viewer.