Changeset 7267 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
- Timestamp:
- 06/05/2018 06:27:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r6717 r7267 665 665 public static function get_currencies() { 666 666 $currencies = array ( 667 'EUR' => 'European Zone Euro',668 'USD' => 'United States Dollar',669 670 '' => '',671 672 667 'AFN' => 'Afghan Afghani', 673 668 'ALL' => 'Albanian Lek', … … 722 717 'ERN' => 'Eritrean Nakfa', 723 718 'ETB' => 'Ethiopian Birr', 719 'EUR' => 'European Zone Euro', 724 720 'FKP' => 'Falkland Islands Pound', 725 721 'FJD' => 'Fiji Dollar', … … 822 818 'AED' => 'United Arab Emirates Dirham', 823 819 'GBP' => 'United Kingdom Pound Sterling', 820 'USD' => 'United States Dollar', 824 821 'UZS' => 'Uzbekistan Sum', 825 822 'VUV' => 'Vanuatu Vatu',
Note: See TracChangeset
for help on using the changeset viewer.