Ticket #3190: 3190.patch
File 3190.patch, 663 bytes (added by , 7 years ago) |
---|
-
wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php
349 349 } elseif ( 'paid' === $new_status ) { 350 350 $status_message = "has been paid by $sponsor_name. Go ahead and publish them to your website!"; 351 351 } else { 352 restore_current_blog(); 352 353 return; 353 354 } 354 355