Changeset 2671
- Timestamp:
- 03/02/2016 09:25:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/reimbursement-request.php
r2646 r2671 623 623 624 624 /** 625 * Notify the organizer when the status of their invoicechanges or when notes are added625 * Notify the organizer when the status of their reimbursement changes or when notes are added 626 626 * 627 627 * @param string $new_status … … 630 630 */ 631 631 function notify_organizer_request_updated( $new_status, $old_status, $request ) { 632 if ( $request->post_type !== POST_TYPE ) { 633 return; 634 } 635 632 636 if ( $new_status === $old_status ) { 633 637 return;
Note: See TracChangeset
for help on using the changeset viewer.