Changeset 6066
- Timestamp:
- 11/01/2017 04:04:14 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content
- Files:
-
- 2 edited
-
plugins/wordcamp-payments/bootstrap.php (modified) (1 diff)
-
themes/wordcamp-central-2012/template-sponsorship-payment.php (modified) (1 diff)
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 } -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/template-sponsorship-payment.php
r4154 r6066 4 4 */ 5 5 6 require_once( WP_PLUGIN_DIR . '/wordcamp-payments/includes/sponsor-payment-stripe.php' ); 7 6 8 if ( is_callable( 'WordCamp\Budgets\Sponsor_Payment_Stripe\render' ) ) { 7 9 // See: plugins/wordcamp-payments/includes/sponsor-payment-stripe.php
Note: See TracChangeset
for help on using the changeset viewer.