Changeset 6067 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/sponsor-invoice/metabox-general.php
- Timestamp:
- 11/01/2017 04:33:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/sponsor-invoice/metabox-general.php
r3308 r6067 109 109 <option value="<?php echo esc_attr( $currency_key ); ?>" <?php selected( $currency_key, $selected_currency ); ?> > 110 110 <?php echo esc_html( $currency_name ); ?> 111 <?php if ( $currency_key ) : ?> 112 (<?php echo esc_html( $currency_key ); ?>) 113 <?php endif; ?> 111 114 </option> 112 115 <?php endforeach; ?>
Note: See TracChangeset
for help on using the changeset viewer.