Changeset 3155 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
- Timestamp:
- 05/16/2016 09:44:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r2772 r3155 407 407 // Requesting to save draft 408 408 if ( isset( $post_data_raw['wcb-save-draft'] ) ) { 409 if ( current_user_can( 'draft_post', $post_data ['ID'] ) ) {409 if ( current_user_can( 'draft_post', $post_data_raw['ID'] ) ) { 410 410 $post_data['post_status'] = 'draft'; 411 411 }
Note: See TracChangeset
for help on using the changeset viewer.