Making WordPress.org


Ignore:
Timestamp:
11/10/2017 02:17:53 AM (7 years ago)
Author:
iandunn
Message:

WordCamp Payments: Add warning/@todo about problematic $back_compat_statuses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php

    r6067 r6106  
    266266    wp_nonce_field( 'status', 'status_nonce' );
    267267
     268    // Warning/@todo: See note in WCP_Payment_Request::render_status_metabox()
    268269    $back_compat_statuses = array(
    269270        'wcbrr_submitted'      => 'wcb-pending-approval',
     
    867868        $post = get_post( $entry->request_id );
    868869
     870        // Warning/@todo: See note in WCP_Payment_Request::render_status_metabox()
    869871        $back_compat_statuses = array(
    870872            'wcbrr_submitted'      => 'wcb-pending-approval',
Note: See TracChangeset for help on using the changeset viewer.