Changeset 2635 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
- Timestamp:
- 02/26/2016 01:19:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r2628 r2635 359 359 * 360 360 * @param $post_type 361 * 361 * 362 362 * @return array 363 363 */ … … 406 406 case 'beneficiary_zip_code': 407 407 case 'beneficiary_country': 408 408 409 case 'payable_to': 409 410 case 'check_street_address': 411 case 'check_city': 412 case 'check_state': 413 case 'check_zip_code': 414 410 415 case 'ach_bank_name': 411 416 case 'ach_routing_number': … … 435 440 case 'interm_bank_country_iso3166': 436 441 case 'beneficiary_country_iso3166': 442 case 'check_country': 437 443 if ( array_key_exists( $unsafe_value, self::get_valid_countries_iso3166() ) ) { 438 444 $safe_value = $unsafe_value;
Note: See TracChangeset
for help on using the changeset viewer.