Changeset 2384 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
- Timestamp:
- 01/27/2016 07:07:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r2301 r2384 16 16 require_once( __DIR__ . '/includes/wordcamp-budgets.php' ); 17 17 require_once( __DIR__ . '/includes/payment-request.php' ); 18 require_once( __DIR__ . '/includes/sponsor-invoice.php' ); 18 if ( defined( 'WPORG_PROXIED_REQUEST' ) && WPORG_PROXIED_REQUEST ) { 19 require_once( __DIR__ . '/includes/sponsor-invoice.php' ); 20 } 19 21 require_once( __DIR__ . '/includes/encryption.php' ); 20 22
Note: See TracChangeset
for help on using the changeset viewer.