Changeset 4160
- Timestamp:
- 09/28/2016 06:49:37 PM (8 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r4155 r4160 45 45 } 46 46 47 // todo use BLOG_ID_CURRENT_SITE instead, so it'll work in local dev environments 47 48 if ( $_SERVER['HTTP_HOST'] == 'central.wordcamp.org' ) { 48 49 require_once( __DIR__ . '/includes/sponsor-payment-stripe.php' ); -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r3859 r4160 670 670 'JPY' => 'Japan Yen', 671 671 'JEP' => 'Jersey Pound', 672 'KES' => 'Kenyan Shilling', 672 673 'KZT' => 'Kazakhstan Tenge', 673 674 'KPW' => 'Korea (North) Won',
Note: See TracChangeset
for help on using the changeset viewer.