Changeset 2701 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/wordcamp-budgets-dashboard.php
- Timestamp:
- 03/07/2016 11:34:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/wordcamp-budgets-dashboard.php
r2694 r2701 364 364 } 365 365 366 $country_name = \WordCamp_Budgets::get_country_name( 367 get_post_meta( $index->post_id, '_camppayments_vendor_country_iso3166', true ) 368 ); 369 366 370 $row = array( 367 371 get_wordcamp_name(), … … 378 382 get_post_meta( $index->post_id, '_camppayments_vendor_name', true ), 379 383 get_post_meta( $index->post_id, '_camppayments_vendor_contact_person', true ), 380 get_post_meta( $index->post_id, '_camppayments_vendor_country', true ),384 $country_name, 381 385 \WCP_Encryption::maybe_decrypt( get_post_meta( $index->post_id, '_camppayments_payable_to', true ) ), 382 386 get_edit_post_link( $index->post_id ),
Note: See TracChangeset
for help on using the changeset viewer.