Changeset 6066 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
- Timestamp:
- 11/01/2017 04:04:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r5215 r6066 24 24 $GLOBALS['wcp_payment_request'] = new WCP_Payment_Request(); 25 25 } 26 27 // todo use BLOG_ID_CURRENT_SITE instead, so it'll work in local dev environments28 if ( $_SERVER['HTTP_HOST'] == 'central.wordcamp.org' ) {29 require_once( __DIR__ . '/includes/sponsor-payment-stripe.php' );30 }
Note: See TracChangeset
for help on using the changeset viewer.